diff options
| author | Ben Finney <ben@benfinney.id.au> | 2008-05-16 19:33:49 +1000 |
|---|---|---|
| committer | Ben Finney <ben@benfinney.id.au> | 2008-05-16 19:33:49 +1000 |
| commit | 0432da5b015c8dfa30adb03c9fb9f5a83251acdd (patch) | |
| tree | 592042cc208344ab75c8f82e5d24f4e5ec210893 /doc/examples/cdrom.py | |
| parent | 04dfb70356fc46a1b4e75f3370a4d64b5cc2d9b4 (diff) | |
| download | python-apt-0432da5b015c8dfa30adb03c9fb9f5a83251acdd.tar.gz | |
Imports on separate lines, to conform with PEP 8.
Diffstat (limited to 'doc/examples/cdrom.py')
| -rw-r--r-- | doc/examples/cdrom.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/cdrom.py b/doc/examples/cdrom.py index 289b10f1..743220a6 100644 --- a/doc/examples/cdrom.py +++ b/doc/examples/cdrom.py @@ -2,7 +2,8 @@ # example how to deal with the depcache import apt_pkg -import sys, os +import sys +import os import copy from progress import CdromProgress |
