So far the code for the stripeline module was structured in a somewhat disorganized way, because several stuff was implemented in dedicated source files but a few functions and constants were implemented directly into striptease/__init__.py. This PR moves these objects in separated files and properly import the names in __init__.py, so that the external interface is unchanged.
So far the code for the
stripeline
module was structured in a somewhat disorganized way, because several stuff was implemented in dedicated source files but a few functions and constants were implemented directly intostriptease/__init__.py
. This PR moves these objects in separated files and properly import the names in__init__.py
, so that the external interface is unchanged.