view hgext/__init__.py @ 31595:e8bd005c0af7

debugfsinfo: use util.getfstype This changes the behavior slightly. It now always prints fstype, regardless of whether osutil.getfstype exists.
author Jun Wu <quark@fb.com>
date Thu, 23 Mar 2017 12:03:19 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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