removed duplicated code, using pydal's _compat.py
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user