summaryrefslogtreecommitdiff
path: root/src/backend/syncspm.py
blob: abe6f90758767375cae374046778edaad08a189b (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.localTable()