RefactoringRope/FileSystemCommands.py

branch
server_client_variant
changeset 195
5d614a567be3
parent 162
55eaaed9d590
child 203
c38750e1bafd
--- a/RefactoringRope/FileSystemCommands.py	Sun Sep 24 19:36:17 2017 +0200
+++ b/RefactoringRope/FileSystemCommands.py	Mon Sep 25 20:08:59 2017 +0200
@@ -11,8 +11,6 @@
 
 import os
 
-import rope.base.fscommands
-
 
 class RefactoringClientFileSystemCommands(object):
     """
@@ -25,6 +23,8 @@
         @param client reference to the refactoring client
         @type RefactoringClient
         """
+        import rope.base.fscommands
+        
         self.__client = client
         self.__normal_actions = rope.base.fscommands.FileSystemCommands()
     

eric ide

mercurial