Forgot ""'s around string in error message.

Kent
This commit is contained in:
Kent Mein
2008-01-15 18:06:48 +00:00
parent 7f0e7b8e16
commit deaca4b094

View File

@@ -52,4 +52,4 @@ infile.close()
if minor and major:
print str(major)+"."+minor
else:
print unkownversion
print "unkownversion"