python: TemplatePyMod: *.py: Fix python3 syntax

This commit is contained in:
Priit Laes
2016-03-12 15:11:25 +02:00
committed by wmayer
parent a101d426a4
commit f6b6e62a57
5 changed files with 17 additions and 17 deletions

View File

@@ -654,7 +654,7 @@ class ViewProviderEnumTest:
obj.Proxy = self
def updateData(self, fp, prop):
print "prop updated:",prop
print("prop updated:",prop)
def __getstate__(self):
return None