view hgext3rd/__init__.py @ 32408:420e93b0d9dc

ui: add the possiblity to get a date config field Add the method configdate to read a date from configuration. It uses the util.rawparsedate refactored earlier to support all standard date formats.
author Boris Feld <boris.feld@octobus.net>
date Fri, 19 May 2017 12:07:41 +0200
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)