Before removing module file from disk, i'd first disable it in scripts.cfg, by simply removing @ at the start of its line. That way you can always see if you didn't forgot to move some required function, or if other module isn't importing anything from it - import can be pain in the ass sometimes, especially that error message isn't helpful at all.