hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Mon, 05 Feb 2018 20:40:49 +0900
changeset 35995 fd54846e1f8e
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
ui: write prompt text in ui.prompt(), not in ui._readline() self.label() is replaced by label= option, which should make it clearer why we can't pass the text to raw_input(prompt).

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