def _syncdb(): print "syncdb" sync = Command() sync.handle() print "done syncdb"
def _syncdb(): sync = Command() sync.handle()