diff options
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 |
