SF #515006, remove unnecessary import
diff --git a/Lib/cgi.py b/Lib/cgi.py
index 9ad6758..823dde2 100755
--- a/Lib/cgi.py
+++ b/Lib/cgi.py
@@ -877,7 +877,6 @@
     the script in HTML form.
 
     """
-    import traceback
     print "Content-type: text/html"
     print
     sys.stderr = sys.stdout