fix relative import bug introduced in a0b59ee
This commit is contained in:
parent
6ac5220fe0
commit
5f487bbaee
|
|
@ -34,8 +34,8 @@ except ImportError:
|
|||
def detect(x):
|
||||
return {'confidence': 0.0, 'encoding': 'windows-1252'}
|
||||
|
||||
from exceptions import (UnknownFormat, ParseError)
|
||||
import base91
|
||||
from .exceptions import (UnknownFormat, ParseError)
|
||||
from . import base91
|
||||
|
||||
__all__ = ['parse']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue