Removed embedded anki submodule
This commit is contained in:
parent
0c6a86d72b
commit
f7ae69f4e6
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "anki-bundled"]
|
|
||||||
path = src/anki-bundled
|
|
||||||
url = https://github.com/dae/anki.git
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit cca3fcb2418880d0430a5c5c2e6b81ba260065b7
|
|
||||||
@ -1,9 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
sys.path.insert(0, "/usr/share/anki")
|
|
||||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(__file__)), "anki-bundled"))
|
|
||||||
|
|
||||||
_homepage = "https://github.com/tsudoko/anki-sync-server"
|
_homepage = "https://github.com/tsudoko/anki-sync-server"
|
||||||
_unknown_version = "[unknown version]"
|
_unknown_version = "[unknown version]"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user