Skip to content

Commit

Permalink
Removed another stupid print for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jun 10, 2015
1 parent 3708a96 commit 78c0289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakery/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def test_tasks(self):
obj.delete(unpublish=False)

def test_static_views(self):
print static_views.serve(
static_views.serve(
self.factory.get("/static/robots.txt"),
'robots.txt',
document_root=os.path.join(os.path.dirname(__file__), 'static')
Expand Down

0 comments on commit 78c0289

Please sign in to comment.