histedit: inline cleanupnode
Move "cleanupnode" (unsafe strip) into "safecleanupnode" so it's impossible
to call the unsafe function directly.
This helps reduce future programming errors.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)