summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/__init__.py')
-rw-r--r--Lib/distutils/command/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py
new file mode 100644
index 0000000..9567fd1
--- /dev/null
+++ b/Lib/distutils/command/__init__.py
@@ -0,0 +1,6 @@
+# this is solely for debugging convenience
+
+__all__ = ['build',
+ 'build_py',
+ 'make_blib',
+ ]