aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests/__init__.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-06-17 17:38:34 +0200
committerMarcin Kuzminski <marcin@python-works.com>2011-06-17 17:38:34 +0200
commit0293a8a70c45ad48dbf8ff30c41d7d99a0e41bff (patch)
tree6ac3318c6c09b10e22968a2a840fdb5ecfef1aee /rhodecode/tests/__init__.py
parentfefaefed0ef232a786c2dc293603d64ebc493c63 (diff)
fixed tests import
--HG-- branch : beta
Diffstat (limited to 'rhodecode/tests/__init__.py')
-rw-r--r--rhodecode/tests/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/rhodecode/tests/__init__.py b/rhodecode/tests/__init__.py
index 817663c3..61447573 100644
--- a/rhodecode/tests/__init__.py
+++ b/rhodecode/tests/__init__.py
@@ -27,8 +27,7 @@ log = logging.getLogger(__name__)
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])