1 |
# Copyright (c) 2001, 2002 by Intevation GmbH |
# Copyright (c) 2001, 2002, 2003 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Bernhard Herzog <[email protected]> |
# Bernhard Herzog <[email protected]> |
4 |
# |
# |
488 |
distribution. |
distribution. |
489 |
""" |
""" |
490 |
|
|
491 |
|
# FIXME: When Thuban can rely on Python 2.3 as the oldest supported |
492 |
|
# Python release we don't need to override the run and |
493 |
|
# find_all_modules methods anymore. distutils will allow both python |
494 |
|
# modules and packages starting with 2.3. |
495 |
|
|
496 |
def run(self): |
def run(self): |
497 |
"""The same the as the original in build_py revision 1.33 except |
"""The same the as the original in build_py revision 1.33 except |
498 |
that this allows both packages and modules to be in one |
that this allows both packages and modules to be in one |