rope icon indicating copy to clipboard operation
rope copied to clipboard

move misses certain import as cases

Open RonnyPfannschmidt opened this issue 8 years ago • 0 comments

while moving a module into a package i ran into a number of legacy import that where missed by rope the changes i applied manually where like the following

-import utils.error as error
+from newhome.utils import error

RonnyPfannschmidt avatar Feb 23 '17 10:02 RonnyPfannschmidt