diff options
Diffstat (limited to 'lib/kross/test/testperformance.py')
-rwxr-xr-x | lib/kross/test/testperformance.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kross/test/testperformance.py b/lib/kross/test/testperformance.py index a76453ed..bd9c6d2c 100755 --- a/lib/kross/test/testperformance.py +++ b/lib/kross/test/testperformance.py @@ -10,7 +10,7 @@ def runner(): testobject1 = krosstestpluginmodule.testpluginobject1() def testKexiDB(kexidbfile,drivername,sqlstring): - print "test kexidb" + print("test kexidb") import krosskexidb drivermanager = krosskexidb.DriverManager() connectiondata = drivermanager.createConnectionData() @@ -29,7 +29,7 @@ def runner(): cursor.moveNext() def test1(): - print "test1" + print("test1") for i in range(100000): testobject1.func1() testobject1.func1() |