diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-22 16:45:39 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-22 16:45:39 +0200 |
| commit | 16161a5d46af8b1440317958bfa64e7be5539677 (patch) | |
| tree | 70a4d410bcda2d6ebe1e1f564e87a2cc8839984b /DistUpgrade/dist-upgrade.py | |
| parent | b117e7ca7ed21fe11a3c9554b3848544822a55e2 (diff) | |
| download | python-apt-16161a5d46af8b1440317958bfa64e7be5539677.tar.gz | |
* DistUpgrade/DistUpgradeControler.py:
- bugfixes
- use os.execve() when re-execing
Diffstat (limited to 'DistUpgrade/dist-upgrade.py')
| -rwxr-xr-x | DistUpgrade/dist-upgrade.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DistUpgrade/dist-upgrade.py b/DistUpgrade/dist-upgrade.py index 7174ce17..997297c2 100755 --- a/DistUpgrade/dist-upgrade.py +++ b/DistUpgrade/dist-upgrade.py @@ -9,6 +9,9 @@ from optparse import OptionParser if __name__ == "__main__": + # debug + print os.environ + parser = OptionParser() parser.add_option("-c", "--cdrom", dest="cdromPath", default=None, help="Use the given path to search for a cdrom with upgradable packages") |
