diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-03 08:44:54 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-03 08:44:54 +0000 |
| commit | fe89d597e3f73c82488d17a8be8a8b8c900127ed (patch) | |
| tree | 16638137b0aa748f6e7927b6a623f7b2323c4e31 /doc/examples/inst.py | |
| parent | daf13af88e15fa27c0d911e87210e897894c5b9d (diff) | |
| download | python-apt-fe89d597e3f73c82488d17a8be8a8b8c900127ed.tar.gz | |
* API BREAK: follow PEP08 now
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 6b3ade25..3cc4094e 100644 --- a/doc/examples/inst.py +++ b/doc/examples/inst.py @@ -5,7 +5,7 @@ import apt_pkg import sys, os import copy -from progress import OpProgress, FetchProgress, InstallProgress +from apt.progress import OpProgress, FetchProgress, InstallProgress # init |
