comparison autobot/projects/logparser/__init__.py @ 2:a3374cdd116d

stub out more needed for python projects
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 06 Jan 2011 11:28:28 -0800
parents 8e14b6322cc7
children 98bc88ba2d56
comparison
equal deleted inserted replaced
1:3bd7f767d74a 2:a3374cdd116d
4 """ 4 """
5 factory to test the Mozilla log parser: 5 factory to test the Mozilla log parser:
6 http://hg.mozilla.org/automation/logparser/ 6 http://hg.mozilla.org/automation/logparser/
7 """ 7 """
8 def __init__(self): 8 def __init__(self):
9
10 # setup the environment
9 VirtualenvFactory.__init__(self, name='logparser', 11 VirtualenvFactory.__init__(self, name='logparser',
10 hg_sources=['http://hg.mozilla.org/automation/logparser/']) 12 hg_sources=['http://hg.mozilla.org/automation/logparser/'])
11 13
14 # install the python
15 # TODO: utilize PythonSourceFactory
16
17 # run the tests