##// END OF EJS Templates
fix py2.5 compatibility for rcext
marcink -
r2260:30ab2e40 beta
parent child Browse files
Show More
@@ -27,6 +27,7 b' import sys'
27 27 import pkg_resources
28 28 import traceback
29 29 import logging
30 from __future__ import with_statement
30 31 from os.path import dirname as dn, join as jn
31 32
32 33 #to get the rhodecode import
General Comments 0
You need to be logged in to leave comments. Login now