summaryrefslogtreecommitdiff
path: root/doc/examples/inst.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-08-03 08:44:54 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-08-03 08:44:54 +0000
commitfe89d597e3f73c82488d17a8be8a8b8c900127ed (patch)
tree16638137b0aa748f6e7927b6a623f7b2323c4e31 /doc/examples/inst.py
parentdaf13af88e15fa27c0d911e87210e897894c5b9d (diff)
downloadpython-apt-fe89d597e3f73c82488d17a8be8a8b8c900127ed.tar.gz
* API BREAK: follow PEP08 now
Diffstat (limited to 'doc/examples/inst.py')
-rw-r--r--doc/examples/inst.py2
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