From 0432da5b015c8dfa30adb03c9fb9f5a83251acdd Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Fri, 16 May 2008 19:33:49 +1000 Subject: Imports on separate lines, to conform with PEP 8. --- doc/examples/cdrom.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/examples/cdrom.py') 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 -- cgit v1.2.3