Removed embedded anki submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "anki-bundled"]
|
||||
path = src/anki-bundled
|
||||
url = https://github.com/dae/anki.git
|
||||
Submodule src/anki-bundled deleted from cca3fcb241
@@ -1,9 +1,6 @@
|
||||
import os
|
||||
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"
|
||||
_unknown_version = "[unknown version]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user