hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 18 Jul 2017 19:49:51 -0400
branchstable
changeset 33575 5b286cfe4fb0
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
test-https: properly conditionalize Windows vs non-Windows output There's a bug in the (feature !) annotation, and this needs to be resolved before fixing it. Once fixed, the glob '*/missing' will match the output '/missing' on non-Windows platforms, consuming the output line and leaving nothing for the no-windows required line. I probably should have made (foo !) match only the 'foo' feature, and be ignored otherwise instead of optional. (re) didn't work here, because the parenthesis need to be escaped too.

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