mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Restore ordered_dict incase any plugins use it
This commit is contained in:
parent
c146fd84dc
commit
8f510963d0
14
src/calibre/utils/ordered_dict.py
Normal file
14
src/calibre/utils/ordered_dict.py
Normal file
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
|
||||
from __future__ import (unicode_literals, division, absolute_import,
|
||||
print_function)
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2011, Kovid Goyal <kovid@kovidgoyal.net>'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
|
||||
from collections import OrderedDict
|
||||
|
||||
OrderedDict
|
||||
|
Loading…
x
Reference in New Issue
Block a user