##// END OF EJS Templates
re: make _checkre2 a static method...
marmoute -
r51581:293e1763 stable
parent child Browse files
Show More
@@ -2211,7 +2211,8 b' except ImportError:'
2211
2211
2212
2212
2213 class _re:
2213 class _re:
2214 def _checkre2(self):
2214 @staticmethod
2215 def _checkre2():
2215 global _re2
2216 global _re2
2216 global _re2_input
2217 global _re2_input
2217 if _re2 is not None:
2218 if _re2 is not None:
General Comments 0
You need to be logged in to leave comments. Login now