Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Oct 18, 2013
1 parent a5a2a86 commit 3d5fcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion humans/creatingux/step06/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ProjectorViewsUnitTests(unittest.TestCase):
def setUp(self):
request = DummyRequest()
self.config = setUp(request=request)
self.config.include
self.config.include('pyramid_chameleon')

def tearDown(self):
tearDown()
Expand Down

0 comments on commit 3d5fcaa

Please sign in to comment.