comparison mercurial/packagescan.py @ 2859:345bac2bc4ec

update copyrights.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sat, 12 Aug 2006 12:30:02 -0700
parents c4325f0a9b91
children 985594e891b8
comparison
equal deleted inserted replaced
2858:c9b08cacf983 2859: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