diff autobot/projects/__init__.py @ 71:a1568668175c

make the autobot project possibly do something
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 14:00:01 -0800
parents f8dccf3377d9
children a14d466c843b
line wrap: on
line diff
--- a/autobot/projects/__init__.py	Tue Jan 11 13:01:41 2011 -0800
+++ b/autobot/projects/__init__.py	Tue Jan 11 14:00:01 2011 -0800
@@ -17,7 +17,7 @@
 from mozmill import TestMozmillFactory
 
 # available factories::
-# import these automagically: requires non-zipped eggs
+# import these automagically; requires non-zipped eggs
 factories = {}
 descriptions = {}
 here = os.path.dirname(os.path.abspath(__file__))