We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c4eec commit cfc1438Copy full SHA for cfc1438
spyderlib/rope_patch.py
@@ -32,7 +32,7 @@ def apply():
32
33
See [1], [2], [3], [4] and [5] in module docstring."""
34
import rope
35
- if rope.VERSION not in ('0.9.4-1', '0.9.4', '0.9.3', '0.9.2'):
+ if rope.VERSION not in ('0.10.2', '0.9.4-1', '0.9.4', '0.9.3', '0.9.2'):
36
raise ImportError("rope %s can't be patched" % rope.VERSION)
37
38
# [1] Patching project.Project for compatibility with py2exe/cx_Freeze
0 commit comments