# HG changeset patch # User Daniel Dourvaris # Date 2016-06-09 12:38:48 # Node ID 950f0c29d45dacb6eeb09798894268c77bd8ea1c # Parent 309e14f513d7d49f98a4f5c4dfb5cd143d9bb493 bugfix: missing import diff --git a/rhodecode/lib/vcs/backends/hg/repository.py b/rhodecode/lib/vcs/backends/hg/repository.py --- a/rhodecode/lib/vcs/backends/hg/repository.py +++ b/rhodecode/lib/vcs/backends/hg/repository.py @@ -32,7 +32,7 @@ import urllib from zope.cachedescriptors.property import Lazy as LazyProperty from rhodecode.lib.compat import OrderedDict -from rhodecode.lib.datelib import ( +from rhodecode.lib.datelib import (date_to_timestamp_plus_offset, utcdate_fromtimestamp, makedate, date_astimestamp) from rhodecode.lib.utils import safe_unicode, safe_str from rhodecode.lib.vcs import connection