summaryrefslogtreecommitdiff
path: root/doc/examples/cdrom.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/cdrom.py')
-rw-r--r--doc/examples/cdrom.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/examples/cdrom.py b/doc/examples/cdrom.py
index bf044d7c..e54eb763 100644
--- a/doc/examples/cdrom.py
+++ b/doc/examples/cdrom.py
@@ -22,11 +22,5 @@ print "ident result is: %s (%s) " % (res, ident)
apt_pkg.Config.Set("APT::CDROM::Rename", "True")
cdrom.Add(progress)
-
-
print "Exiting"
sys.exit(0)
-
-
-
-