hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 04 Jul 2015 10:56:37 +0900
changeset 25734 9086d0c1def3
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
import-checker: exclude mercurial packages installed into the system path If mercurial was installed into a directory other than the site-packages, test-module-imports.t failed as 'mercurial.node' was listed in stdlib_modules: testpackage/latesymbolimport.py relative import of stdlib module Instead, we should exclude our packages explicitly.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder