Added explicit relative import to __init__.py for compatibility with Python 3
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
from _version import __version__
|
||||
from weakrefmethod import WeakMethod
|
||||
from ._version import __version__
|
||||
from .weakrefmethod import WeakMethod
|
||||
|
||||
Reference in New Issue
Block a user