summaryrefslogtreecommitdiff
path: root/src/distutils2/command/cmd.py
diff options
context:
space:
mode:
authorZubin Mithra <zubin.mithra@gmail.com>2010-08-13 18:42:47 +0530
committerZubin Mithra <zubin.mithra@gmail.com>2010-08-13 18:42:47 +0530
commite1006c2b69b132c2925cb9a329cf5fffeb0a5f3c (patch)
treea872449b12fe173a048d21385ee47b97ee369f53 /src/distutils2/command/cmd.py
parent729e82b895ef4c50b4df7f9c2df27d2f6c83459f (diff)
downloaddisutils2-e1006c2b69b132c2925cb9a329cf5fffeb0a5f3c.tar.gz
options moved from build_py to build so that build_py and build_scripts can access it
Diffstat (limited to 'src/distutils2/command/cmd.py')
-rw-r--r--src/distutils2/command/cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/distutils2/command/cmd.py b/src/distutils2/command/cmd.py
index f716fb3..5e9bc70 100644
--- a/src/distutils2/command/cmd.py
+++ b/src/distutils2/command/cmd.py
@@ -330,7 +330,6 @@ class Command(object):
setattr(self, dst_option,
getattr(src_cmd_obj, src_option))
-
def get_finalized_command(self, command, create=1):
"""Wrapper around Distribution's 'get_command_obj()' method: find
(create if necessary and 'create' is true) the command object for