# HG changeset patch # User Jeff Hammel # Date 1306788074 25200 # Node ID d3b1bf9d8235ff90fa00cc3eaca122f266d070f1 # Parent 151862a0a711ad3fc4d64e15602d0bce6c19d471 remove manual testing code; now has doctests diff -r 151862a0a711 -r d3b1bf9d8235 buttercup/source.py --- a/buttercup/source.py Mon May 30 13:40:13 2011 -0700 +++ b/buttercup/source.py Mon May 30 13:41:14 2011 -0700 @@ -30,8 +30,3 @@ uri = uri[:-len(ext)] return Source.directory_name(uri) -if __name__ == '__main__': - source = HgSource('http://k0s.org/hg/pyloader') - print source.directory() - source = GitSource('git://github.com/mozilla/toolbox.git') - print source.directory()