Mercurial > hg > autobot
changeset 296:3fb63aa336b3
STUB: autobot/projects/toolbox/__init__.py
| author | Jeff Hammel <k0scist@gmail.com> | 
|---|---|
| date | Sun, 11 May 2014 08:47:50 -0700 | 
| parents | 773192c7c5b3 | 
| children | 43e472db4353 | 
| files | autobot/projects/toolbox/__init__.py | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/autobot/projects/toolbox/__init__.py Sun May 11 04:49:45 2014 -0700 +++ b/autobot/projects/toolbox/__init__.py Sun May 11 08:47:50 2014 -0700 @@ -4,13 +4,13 @@ class TestToolbox(PythonSourceFactory): """ - an index of Mozilla software tools: + an index of software tools: https://github.com/k0s/toolbox """ sources = {'hg': [], 'git': ['git://github.com/k0s/toolbox.git']} - + def __init__(self): PythonSourceFactory.__init__(self, name='toolbox')
