manually adapt few imports

This commit is contained in:
ilvalle
2016-06-01 20:16:30 +02:00
parent aa2bf4134e
commit 01bab81432
28 changed files with 174 additions and 189 deletions
+1 -5
View File
@@ -20,7 +20,6 @@ caching will be provided by the GAE memcache
(see gluon.contrib.gae_memcache)
"""
import time
import thread
import os
import gc
import sys
@@ -41,10 +40,7 @@ try:
except ImportError:
have_settings = False
try:
import cPickle as pickle
except:
import pickle
from gluon._compat import pickle, thread
try:
import psutil