Skip to content

Commit

Permalink
runtestserver python 3 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jun 9, 2013
1 parent 8f1ed45 commit 296ba49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtestserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def main():
usr.is_staff = True
usr.is_active = True
usr.save()
print
print "A admin user (username: admin, password: admin) has been created."
print
print('')
print("A admin user (username: admin, password: admin) has been created.")
print('')
from django.contrib.staticfiles.management.commands import runserver
rs = runserver.Command()
rs.stdout = sys.stdout
Expand Down

0 comments on commit 296ba49

Please sign in to comment.