# HG changeset patch # User Jeff Hammel # Date 1397626090 25200 # Node ID 7bca6b5ecd90ca9704ed0cbb101cf4ccbfd1857f # Parent 22a9f89adf6c2d7d886749ae4c8ebb1d4e462f20 STUB: autobot/projects/autobot/__init__.py diff -r 22a9f89adf6c -r 7bca6b5ecd90 autobot/projects/autobot/__init__.py --- a/autobot/projects/autobot/__init__.py Tue Apr 15 22:17:23 2014 -0700 +++ b/autobot/projects/autobot/__init__.py Tue Apr 15 22:28:10 2014 -0700 @@ -7,7 +7,7 @@ factory to test autobot """ - sources = {'hg': ['http://k0s.org/mozilla/hg/autobot']} + sources = {'hg': ['http://k0s.org/hg/autobot']} def __init__(self, platform=None, slaveport=7357, htmlport=7358, publichtmlport=7359, hg=None):