Fixed an error in the PySvn plug-in causing the VCS replacement logic to fail.

Tue, 08 Jan 2013 16:22:38 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 08 Jan 2013 16:22:38 +0100
changeset 2321
c4e2db804664
parent 2320
fe9d876fc9dd
child 2324
0d837f822f34

Fixed an error in the PySvn plug-in causing the VCS replacement logic to fail.

Plugins/PluginVcsPySvn.py file | annotate | diff | comparison | revisions
--- a/Plugins/PluginVcsPySvn.py	Mon Jan 07 18:05:29 2013 +0100
+++ b/Plugins/PluginVcsPySvn.py	Tue Jan 08 16:22:38 2013 +0100
@@ -75,7 +75,6 @@
     global pluginTypename
     data = {}
     try:
-        import pysvn        # __IGNORE_WARNING__
         data[".svn"] = (pluginTypename, displayString())
         data["_svn"] = (pluginTypename, displayString())
     except ImportError:

eric ide

mercurial