Skip to content

Commit cfc1438

Browse files
committed
rope_patch: Add the rope version for Python 2 among the versions that can be patched
Fixes issue 1859
1 parent 20c4eec commit cfc1438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyderlib/rope_patch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def apply():
3232
3333
See [1], [2], [3], [4] and [5] in module docstring."""
3434
import rope
35-
if rope.VERSION not in ('0.9.4-1', '0.9.4', '0.9.3', '0.9.2'):
35+
if rope.VERSION not in ('0.10.2', '0.9.4-1', '0.9.4', '0.9.3', '0.9.2'):
3636
raise ImportError("rope %s can't be patched" % rope.VERSION)
3737

3838
# [1] Patching project.Project for compatibility with py2exe/cx_Freeze

0 commit comments

Comments
 (0)