eric5-doc.py

changeset 97
c4086afea02b
parent 45
9a18f4dbb493
child 107
918a6be6f051
--- a/eric5-doc.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/eric5-doc.py	Sun Jan 31 18:31:28 2010 +0000
@@ -15,7 +15,6 @@
 import glob
 import os
 import sys
-import shutil
 import fnmatch
 
 import Utilities.ModuleParser
@@ -148,7 +147,7 @@
              "qhp-virtualfolder=", "qhp-filtername=", "qhp-filterattribs=", 
              "qhp-title=", "create-qhc", 
             ])
-    except getopt.error as e:
+    except getopt.error:
         usage()
 
     excludeDirs = ["CVS", ".svn", "_svn", ".ropeproject", "_ropeproject", 

eric ide

mercurial