pyabc package script: don't package mercurial repositories

This commit is contained in:
Baruch Sterin 2014-06-14 00:58:33 -07:00
parent 157d97060c
commit b801ec1997
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ def add_python_lib(tf, lib_dir, lib, mtime):
relpath = os.path.relpath(root, lib)
if '.hg' in relpath.split('/'):
continue
if relpath=='.':
arcroot = lib_dir
else: