--- a/PluginPyLint.py Fri May 18 16:08:10 2012 +0200 +++ b/PluginPyLint.py Wed Nov 07 16:46:31 2012 +0100 @@ -28,7 +28,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.2" +version = "5.1.0" className = "PyLintPlugin" packageName = "PyLint" shortDescription = "Show the PyLint dialogs." @@ -81,7 +81,7 @@ if Utilities.isinpath(exe): return exe try: - #only since python 3.2 + # only since python 3.2 import sysconfig scripts = sysconfig.get_path('scripts', 'nt') return os.path.join(scripts, exe)