-update version string number for pypo

This commit is contained in:
martin 2011-04-22 01:05:47 -04:00
parent cfcd612d47
commit f1a314aa0a

View file

@ -180,7 +180,7 @@ class AirTimeApiClient(ApiClientInterface):
print 'Unable to get Airtime version number.' print 'Unable to get Airtime version number.'
print print
return False return False
elif (version[0:4] != "1.8."): elif (version[0:4] != "1.9."):
if (verbose): if (verbose):
print 'Airtime version: ' + str(version) print 'Airtime version: ' + str(version)
print 'pypo not compatible with this version of Airtime.' print 'pypo not compatible with this version of Airtime.'