remove ordereddict

This commit is contained in:
Leonel Câmara
2016-05-11 01:03:04 +01:00
parent a9ee9a6b58
commit 87a3de22d7
2 changed files with 8 additions and 130 deletions
+2 -4
View File
@@ -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