Mercurial > hg > buttercup
changeset 19:d3b1bf9d8235
remove manual testing code; now has doctests
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 30 May 2011 13:41:14 -0700 |
parents | 151862a0a711 |
children | 60ddc49acd5f |
files | buttercup/source.py |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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()