RefactoringRope/FileSystemCommands.py

changeset 347
b5048b5ff454
parent 346
877cac2e8d94
child 354
a967ff16629a
equal deleted inserted replaced
346:877cac2e8d94 347:b5048b5ff454
4 # 4 #
5 5
6 """ 6 """
7 Module implementing file system commands for rope. 7 Module implementing file system commands for rope.
8 """ 8 """
9
10 from __future__ import unicode_literals
11 9
12 import os 10 import os
13 11
14 12
15 class RefactoringClientFileSystemCommands(object): 13 class RefactoringClientFileSystemCommands(object):

eric ide

mercurial