##// END OF EJS Templates
bugfix: missing import
dan -
r159:950f0c29 default
parent child Browse files
Show More
@@ -32,7 +32,7 b' import urllib'
32 32 from zope.cachedescriptors.property import Lazy as LazyProperty
33 33
34 34 from rhodecode.lib.compat import OrderedDict
35 from rhodecode.lib.datelib import (
35 from rhodecode.lib.datelib import (date_to_timestamp_plus_offset,
36 36 utcdate_fromtimestamp, makedate, date_astimestamp)
37 37 from rhodecode.lib.utils import safe_unicode, safe_str
38 38 from rhodecode.lib.vcs import connection
General Comments 0
You need to be logged in to leave comments. Login now