rope
rope copied to clipboard
move misses certain import as cases
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