Try and import the right compat...

And remove all the nonsense you re-factored into PiPin...
This commit is contained in:
Dave Jones
2016-10-22 15:25:20 +01:00
parent cab6cc8086
commit 73c0516a28
5 changed files with 11 additions and 41 deletions

View File

@@ -12,7 +12,7 @@ from weakref import ref, proxy
try:
from weakref import WeakMethod
except ImportError:
from .compat import WeakMethod
from ..compat import WeakMethod
import warnings
try: