comparison mozbasewatcher.py @ 6:883c88b13142

commitwatcher/agent.py commitwatcher/store.py mozbasewatcher.py
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 27 Sep 2013 13:03:40 -0700
parents 2bc7eee11207
children 7ae60d2ff1c2
comparison
equal deleted inserted replaced
5:d85093ba9f45 6:883c88b13142
8 8
9 import optparse 9 import optparse
10 import os 10 import os
11 import sys 11 import sys
12 from commitwatcher import FeedAgent 12 from commitwatcher import FeedAgent
13
14 here = os.path.dirname(os.path.realpath(__file__))
15 13
16 def main(args=sys.argv[1:]): 14 def main(args=sys.argv[1:]):
17 15
18 # parse command line args 16 # parse command line args
19 usage = '%prog [options]' 17 usage = '%prog [options]'