X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/f6393585aff9d5a58546c9f8f8a7cb86800f2c86..731ebcb5bb71d65d81065a34caa627081b5e0731:/src/mw/clicommands.py diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index e02ec79..55e4027 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -230,7 +230,6 @@ class CommitCommand(CommandBase): if revid != awaitedrevid : print "Ignoring %s - Edition conflict detected %s - %s " % ( file , awaitedrevid, revid) continue - raw_input() edittoken = response['query']['pages'][pageid]['edittoken'] # FIXME use basetimestamp and starttimestamp filename = os.path.join(self.metadir.root, file)