##// END OF EJS Templates
fixed tests import
marcink -
r1389:04edf762 beta
parent child Browse files
Show More
@@ -27,8 +27,7 b' log = logging.getLogger(__name__)'
27 import pylons.test
27 import pylons.test
28
28
29 __all__ = ['environ', 'url', 'TestController', 'TESTS_TMP_PATH', 'HG_REPO',
29 __all__ = ['environ', 'url', 'TestController', 'TESTS_TMP_PATH', 'HG_REPO',
30 'GIT_REPO', 'NEW_HG_REPO', 'NEW_GIT_REPO', 'HG_FORK', 'GIT_FORK',
30 'GIT_REPO', 'NEW_HG_REPO', 'NEW_GIT_REPO', 'HG_FORK', 'GIT_FORK', ]
31 'checkSessionFlash' ]
32
31
33 # Invoke websetup with the current config file
32 # Invoke websetup with the current config file
34 #SetupCommand('setup-app').run([config_file])
33 #SetupCommand('setup-app').run([config_file])
General Comments 0
You need to be logged in to leave comments. Login now