hgext/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Fri, 06 Jan 2017 09:56:40 +0800
changeset 30705 06b17f6c6559
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
make: remove targets for building packages for ubuntu wily (end of life) Ubuntu 15.10 (Wily Werewolf) came out on October 22, 2015 and reached end of life on July 28, 2016 [1]. Users were encouraged to upgrade to 16.04 (Xenial). PPA doesn't allow new uploads targeting 15.10 anymore. [1]: https://wiki.ubuntu.com/Releases

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)