comparison autobot/projects/__init__.py @ 294:45fd58949f8a

STUB: autobot/projects/__init__.py autobot/template.py
author Jeff Hammel <k0scist@gmail.com>
date Sun, 11 May 2014 04:30:57 -0700
parents 7789fe9f8c30
children 43e472db4353
comparison
equal deleted inserted replaced
293:7bca6b5ecd90 294:45fd58949f8a
1 """ 1 """
2 projects that need some testing: 2 projects that need some CI love
3
4 * logparser [WORKING]
5 * autobot [WORKING]
6 * mozmill [IN FLIGHT]
7 * devicemanager [IN FLIGHT]
8 * profilemanager [IN FLIGHT]
9 * firebug [TODO]
10 * jetpack thing [TODO]
11 """ 3 """
12 4
13 import imp 5 import imp
14 import inspect 6 import inspect
15 import os 7 import os