##// END OF EJS Templates
tests: add missing disable_error_handler to rhodecoode/__init__.py
dan -
r736:14e2b809 default
parent child Browse files
Show More
@@ -60,3 +60,4 b' EXTENSIONS = {}'
60 is_windows = __platform__ in ['Windows']
60 is_windows = __platform__ in ['Windows']
61 is_unix = not is_windows
61 is_unix = not is_windows
62 is_test = False
62 is_test = False
63 disable_error_handler = False
General Comments 0
You need to be logged in to leave comments. Login now