mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
remove old namespace decl
This commit is contained in:
parent
ba23d7eb7b
commit
9a22e13600
1 changed files with 0 additions and 5 deletions
|
@ -48,11 +48,6 @@ Save & close:
|
||||||
"""
|
"""
|
||||||
__docformat__ = 'restructuredtext'
|
__docformat__ = 'restructuredtext'
|
||||||
|
|
||||||
try:
|
|
||||||
__import__('pkg_resources').declare_namespace(__name__)
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
version = "1.2.11"
|
version = "1.2.11"
|
||||||
|
|
||||||
from oldanki.deck import DeckStorage
|
from oldanki.deck import DeckStorage
|
||||||
|
|
Loading…
Reference in a new issue