mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-01 10:39:27 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user