pypo syntax error

This commit is contained in:
Martin Konecny 2013-04-26 11:35:52 -04:00
parent ca86d6b68b
commit 628e075828

View file

@ -281,7 +281,7 @@ class PypoFetch(Thread):
line = line.strip()
if not len(line) or line[0] == "#"
if not len(line) or line[0] == "#":
continue
try: