summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/__init__.py
blob: 9567fd13fbe560e96bb97cc62a9c7639b0005844 (plain)
1
2
3
4
5
6
# this is solely for debugging convenience

__all__ = ['build',
           'build_py',
           'make_blib',
          ]