diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-11 14:19:44 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-11 14:19:44 +0000 |
| commit | a8074615c2bac880bf4fd7d5b15e621b88a20052 (patch) | |
| tree | 4e929c12c6997452335d5620b5b5208affb83698 /doc/examples/inst.py | |
| parent | 1b514e848902f609cba9b2247702fc6d714d2456 (diff) | |
| download | python-apt-a8074615c2bac880bf4fd7d5b15e621b88a20052.tar.gz | |
* cdrom interface added
Diffstat (limited to 'doc/examples/inst.py')
| -rw-r--r-- | doc/examples/inst.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/inst.py b/doc/examples/inst.py index e4c96983..6b3ade25 100644 --- a/doc/examples/inst.py +++ b/doc/examples/inst.py @@ -27,7 +27,7 @@ iprogress = InstallProgress() # can be used to set a custom fork method (like vte.Terminal.forkpty) #iprogress.fork = os.fork -iter = cache["3dchess"] +iter = cache["base-config"] print "\n%s"%iter # install or remove, the importend thing is to keep us busy :) |
