summaryrefslogtreecommitdiff
path: root/src/backend/syncspm.py
blob: c93b4fb83dcace8b92df910466ccfd273da6a06e (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/python3

import animation
import sisyphus.syncdb


@animation.wait('syncing spm changes')
def start():
    sisyphus.syncdb.lcl_tbl()