Added explicit relative import to __init__.py for compatibility with Python 3

This commit is contained in:
Bryan Worrell
2015-12-01 11:58:01 -05:00
parent dedecdcbdf
commit 07515ec1c5

View File

@@ -1,2 +1,2 @@
from _version import __version__
from weakrefmethod import WeakMethod
from ._version import __version__
from .weakrefmethod import WeakMethod