diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-02 17:06:07 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-02 17:06:07 +0000 |
| commit | f593c02a4051313dd0044888a26d7ab3f4ba1133 (patch) | |
| tree | 58897c0bf74e68970643bff5eb85a47b5e4e4470 /DistUpgrade/DistUpgradeConfigParser.py | |
| parent | cbcb6a374bb92bd38e3dac13d5ab78c8fd2a4690 (diff) | |
| download | python-apt-f593c02a4051313dd0044888a26d7ab3f4ba1133.tar.gz | |
* make DistUpgadeConfigParser -> DistUpgradeConfig
Diffstat (limited to 'DistUpgrade/DistUpgradeConfigParser.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeConfigParser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeConfigParser.py b/DistUpgrade/DistUpgradeConfigParser.py index 449e67b2..c87e2f1b 100644 --- a/DistUpgrade/DistUpgradeConfigParser.py +++ b/DistUpgrade/DistUpgradeConfigParser.py @@ -1,7 +1,7 @@ from ConfigParser import ConfigParser, NoOptionError -class DistUpgradeConfigParser(ConfigParser): +class DistUpgradeConfig(ConfigParser): def __init__(self): ConfigParser.__init__(self) self.read(['DistUpgrade.cfg']) |
