diff pylons_app/tests/__init__.py @ 470:935dddee7422 celery

merged with default
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 11 Sep 2010 03:42:57 +0200
parents e94f4e54dc03
children 6b934c9607e7
line wrap: on
line diff
--- a/pylons_app/tests/__init__.py	Sat Sep 11 01:55:46 2010 +0200
+++ b/pylons_app/tests/__init__.py	Sat Sep 11 03:42:57 2010 +0200
@@ -31,7 +31,6 @@
         wsgiapp = pylons.test.pylonsapp
         config = wsgiapp.config
         self.app = TestApp(wsgiapp)
-        self.session = session
         url._push_object(URLGenerator(config['routes.map'], environ))
         self.sa = meta.Session
         TestCase.__init__(self, *args, **kwargs)