1
0

migrating print() to python 3

This commit is contained in:
SomberNight
2017-09-12 17:01:55 +02:00
parent 6fda3733e4
commit 53c98ec96d
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class QrScannerDialog(Factory.AnimatedPopup):
def on_complete(self, x):
''' Default Handler for on_complete event.
'''
print x
print(x)
Builder.load_string('''