mercurial/packagescan.py
changeset 2858 345bac2bc4ec
parent 2600 c4325f0a9b91
child 2979 985594e891b8
equal deleted inserted replaced
2857:c9b08cacf983 2858:345bac2bc4ec
     1 # packagescan.py - Helper module for identifing used modules.
     1 # packagescan.py - Helper module for identifing used modules.
     2 # Used for the py2exe distutil.
     2 # Used for the py2exe distutil.
     3 # This module must be the first mercurial module imported in setup.py
     3 # This module must be the first mercurial module imported in setup.py
     4 #
     4 #
     5 # Copyright 2005 Volker Kleinfeld <Volker.Kleinfeld@gmx.de>
     5 # Copyright 2005, 2006 Volker Kleinfeld <Volker.Kleinfeld@gmx.de>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms
     7 # This software may be used and distributed according to the terms
     8 # of the GNU General Public License, incorporated herein by reference.
     8 # of the GNU General Public License, incorporated herein by reference.
     9 import glob
     9 import glob
    10 import os
    10 import os