summaryrefslogtreecommitdiff
path: root/src/backend/syncspm.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-30 15:22:22 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-10-30 15:22:22 +0000
commit5fc5276d968a38d05fa5659c06392e83cc428516 (patch)
treeec5f00e45ec57767909b8e5bd8b13891adb88781 /src/backend/syncspm.py
parentf7f86f807d2756f5081c0e0f1dfc9ead61ac9f5c (diff)
move uninstallAll -> uninstall
Diffstat (limited to 'src/backend/syncspm.py')
-rw-r--r--src/backend/syncspm.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/backend/syncspm.py b/src/backend/syncspm.py
new file mode 100644
index 0000000..b97471e
--- /dev/null
+++ b/src/backend/syncspm.py
@@ -0,0 +1,8 @@
+#!/usr/bin/python3
+
+import animation
+import sisyphus.syncdb
+
+@animation.wait('syncing spm changes')
+def cliExec():
+ sisyphus.syncdb.localTable()