RefactoringRope/RefactoringClient.py

changeset 303
313fbf9c86d9
parent 302
2e853e2f2430
child 320
91b171fdd85f
equal deleted inserted replaced
302:2e853e2f2430 303:313fbf9c86d9
6 """ 6 """
7 Module implementing the refactoring client interface to rope. 7 Module implementing the refactoring client interface to rope.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 try:
12 str = unicode # __IGNORE_WARNING__ __IGNORE_EXCEPTION__
13 except NameError:
14 pass
15
11 16
12 import sys 17 import sys
13 import os 18 import os
14 19
15 try: 20 try:

eric ide

mercurial