Removed embedded anki submodule

This commit is contained in:
Karsten Lehmann 2020-08-26 16:22:47 +02:00
parent 0c6a86d72b
commit f7ae69f4e6
No known key found for this signature in database
GPG Key ID: 6C34E8199743C270
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

@ -1 +0,0 @@
Subproject commit cca3fcb2418880d0430a5c5c2e6b81ba260065b7

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