Big commit for py3

This commit is contained in:
jar3b
2016-04-22 14:30:05 +03:00
parent 9ed372857e
commit c7f0de74a5
15 changed files with 103 additions and 63 deletions

View File

@@ -62,9 +62,9 @@ class Updater:
mode = None
while not mode:
try:
mode = int(raw_input('Enter FIAS update version (3 digit):'))
mode = int(input('Enter FIAS update version (3 digit):'))
except ValueError:
print "Not a valid fias version, try again."
print("Not a valid fias version, try again.")
return mode