fix PEP8 "E703 statement ends with a semicolon"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:32:19 -04:00
parent 7e17fafc14
commit d8bae963a9

View file

@ -163,7 +163,7 @@ def main():
sys.exit(1)
elif url.startswith('http://code.google.com/p/'):
if not url.endswith('/'):
url += '/';
url += '/'
projecttype = 'googlecode'
sourcecode = url + 'source/checkout'
if options.repo: