Skip to content

Commit

Permalink
Py3k fix, fixes #224
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Aug 25, 2013
1 parent 10a15f4 commit 34ffe8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playhouse/tests_pwiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from peewee import *
from pwiz import *
from peewee import print_


# test databases
Expand Down Expand Up @@ -81,7 +82,7 @@ def inner(self):
self.create_tables(database)
fn(self, database, db_name)
else:
print 'Skipping %s, driver not found' % db_name
print_('Skipping %s, driver not found' % db_name)
return inner

def introspect(self, database, db_name):
Expand Down

0 comments on commit 34ffe8a

Please sign in to comment.