changeset 1389:04edf7622d91 beta

fixed tests import
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 17 Jun 2011 17:38:34 +0200
parents 2029c17cc6c6
children 8f2bfd315dad
files rhodecode/tests/__init__.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/tests/__init__.py	Fri Jun 17 17:38:07 2011 +0200
+++ b/rhodecode/tests/__init__.py	Fri Jun 17 17:38:34 2011 +0200
@@ -27,8 +27,7 @@
 import pylons.test
 
 __all__ = ['environ', 'url', 'TestController', 'TESTS_TMP_PATH', 'HG_REPO',
-           'GIT_REPO', 'NEW_HG_REPO', 'NEW_GIT_REPO', 'HG_FORK', 'GIT_FORK',
-           'checkSessionFlash' ]
+           'GIT_REPO', 'NEW_HG_REPO', 'NEW_GIT_REPO', 'HG_FORK', 'GIT_FORK', ]
 
 # Invoke websetup with the current config file
 #SetupCommand('setup-app').run([config_file])