removed duplicated code, using pydal's _compat.py

This commit is contained in:
mdipierro
2016-08-01 03:39:22 -05:00
parent 4519985dc2
commit 35eaba1096
51 changed files with 87 additions and 232 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ try:
except ImportError:
have_settings = False
from gluon._compat import pickle, thread, to_bytes, to_native, hashlib_md5
from pydal._compat import pickle, thread, to_bytes, to_native, hashlib_md5
try:
import psutil