Merge branch 'master' into develop

This commit is contained in:
Ade
2014-09-23 17:53:53 +12:00
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ try:
from collections import OrderedDict
except ImportError:
# Python 2.6.x fallback, from libs
import OrderedDict
from ordereddict import OrderedDict
mb_lock = threading.Lock()

View File

@@ -37,7 +37,7 @@ try:
from collections import OrderedDict
except ImportError:
# Python 2.6.x fallback, from libs
import OrderedDict
from ordereddict import OrderedDict
def serve_template(templatename, **kwargs):