Missing import...

This commit is contained in:
Dave Jones
2016-11-21 15:35:11 +00:00
parent 5487124f74
commit 6017e7d01d

View File

@@ -8,6 +8,7 @@ str = type('')
import io
from threading import RLock
from types import MethodType
from weakref import ref, proxy
try:
from weakref import WeakMethod