Changeset - 04edf7622d91
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-06-17 17:38:34
marcin@python-works.com
fixed tests import
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/tests/__init__.py
Show inline comments
 
@@ -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])
0 comments (0 inline, 0 general)