RefactoringRope/FileSystemCommands.py

changeset 55
d501156be247
parent 43
39924831c795
child 62
1077db8d0589
equal deleted inserted replaced
54:e795cb8240aa 55:d501156be247
12 import rope.base.fscommands 12 import rope.base.fscommands
13 13
14 from E5Gui.E5Application import e5App 14 from E5Gui.E5Application import e5App
15 15
16 16
17 class e5FileSystemCommands(object): 17 class E5FileSystemCommands(object):
18 """ 18 """
19 Class implementing file system commands for rope. 19 Class implementing file system commands for rope.
20 """ 20 """
21 def __init__(self, project): 21 def __init__(self, project):
22 """ 22 """

eric ide

mercurial