anki-sync-server/ankisyncd/__init__.py

6 lines
153 B
Python
Raw Normal View History

2018-08-20 20:44:29 +08:00
import os
import sys
sys.path.insert(0, "/usr/share/anki")
2018-08-20 20:44:29 +08:00
sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(__file__)), "anki-bundled"))