diff options
| author | Yannick Gingras <ygingras@ygingras.net> | 2010-07-29 21:44:20 -0400 |
|---|---|---|
| committer | Yannick Gingras <ygingras@ygingras.net> | 2010-07-29 21:44:20 -0400 |
| commit | 930f48d4c5064cdc350b317da16d8a05ce2a354a (patch) | |
| tree | 672894311c6f27b4c54bce6a4efd51d45a693c8b /src/distutils2/dist.py | |
| parent | 2a16ab2b13e0a49d1267ba5c61646c8ad3d344dd (diff) | |
| download | disutils2-930f48d4c5064cdc350b317da16d8a05ce2a354a.tar.gz | |
removed commented out code
Diffstat (limited to 'src/distutils2/dist.py')
| -rw-r--r-- | src/distutils2/dist.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/distutils2/dist.py b/src/distutils2/dist.py index 96c4133..c3d547a 100644 --- a/src/distutils2/dist.py +++ b/src/distutils2/dist.py @@ -152,10 +152,6 @@ Common commands: (see '--help-commands' for more) # object in a sneaky and underhanded (but efficient!) way. self.metadata = DistributionMetadata() - #for basename in self.metadata._METHOD_BASENAMES: - # method_name = "get_" + basename - # setattr(self, method_name, getattr(self.metadata, method_name)) - # 'cmdclass' maps command names to class objects, so we # can 1) quickly figure out which class to instantiate when # we need to create a new command object, and 2) have a way |
