remove ordereddict
This commit is contained in:
+2
-4
@@ -33,10 +33,8 @@ import tempfile
|
||||
from gluon import recfile
|
||||
from gluon import portalocker
|
||||
from collections import defaultdict
|
||||
try:
|
||||
from collections import OrderedDict
|
||||
except ImportError:
|
||||
from gluon.contrib.ordereddict import OrderedDict
|
||||
from collections import OrderedDict
|
||||
|
||||
try:
|
||||
from gluon import settings
|
||||
have_settings = True
|
||||
|
||||
Reference in New Issue
Block a user