Removed embedded anki submodule

This commit is contained in:
Karsten Lehmann
2020-08-26 16:22:47 +02:00
parent 0c6a86d72b
commit f7ae69f4e6
3 changed files with 0 additions and 7 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -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]"