summaryrefslogtreecommitdiff
path: root/doc/examples/config.py
diff options
context:
space:
mode:
authorBen Finney <ben@benfinney.id.au>2008-05-16 19:33:49 +1000
committerBen Finney <ben@benfinney.id.au>2008-05-16 19:33:49 +1000
commit0432da5b015c8dfa30adb03c9fb9f5a83251acdd (patch)
tree592042cc208344ab75c8f82e5d24f4e5ec210893 /doc/examples/config.py
parent04dfb70356fc46a1b4e75f3370a4d64b5cc2d9b4 (diff)
downloadpython-apt-0432da5b015c8dfa30adb03c9fb9f5a83251acdd.tar.gz
Imports on separate lines, to conform with PEP 8.
Diffstat (limited to 'doc/examples/config.py')
-rwxr-xr-xdoc/examples/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/examples/config.py b/doc/examples/config.py
index 3a77301b..d0895690 100755
--- a/doc/examples/config.py
+++ b/doc/examples/config.py
@@ -12,7 +12,9 @@
# This shows how to use the system for configuration and option control.
# The other varient is for ISC object config files. See configisc.py.
-import apt_pkg, sys, posixpath
+import apt_pkg
+import sys
+import posixpath
# Create a new empty Configuration object - there is also the system global
# configuration object apt_pkg.Config which is used interally by apt-pkg