]> xmof Git - DeDRM.git/commitdiff
Remove unused fns in make_release.py
authorJonathan Hartley <tartley@tartley.com>
Thu, 8 Oct 2020 19:37:04 +0000 (14:37 -0500)
committerJonathan Hartley <tartley@tartley.com>
Thu, 8 Oct 2020 19:37:04 +0000 (14:37 -0500)
make_release.py

index 68352fb62d27ce903ce6a09ee370f496ee5ee4a1..0e95173d27687004a71e7711e9f86d60086ac71c 100755 (executable)
@@ -19,19 +19,6 @@ OBOK_SRC_DIR = 'Obok_plugin'
 OBOK_README = 'obok_plugin_ReadMe.txt'
 RELEASE_DIR = 'release'
 
-def make_calibre_plugin():
-
-    shutil.make_archive(core_dir, 'zip', core_dir)
-    shutil.rmtree(core_dir)
-
-
-def make_obok_plugin():
-    obok_plugin_dir = os.path.join(SHELLS_BASE, 'Obok_calibre_plugin')
-    core_dir = os.path.join(obok_plugin_dir, 'obok_plugin')
-
-    shutil.copytree(OBOK_SRC_DIR, core_dir)
-    shutil.make_archive(core_dir, 'zip')
-    shutil.rmtree(core_dir)
 
 def make_release(version):
     try: