maybe it would be simpler to remove most of the locations, where the project name is used: Example:
import projectname projectname.projectnameconfig.__projectname_data_directory__
could easily and without any losses be named as:
import projectname projectname.config.__data_directory__
Since all is in the "projectname" namespace, everything is unambiguous.
maybe it would be simpler to remove most of the locations, where the project name is used:
Example:
import projectname projectnameconf ig.__projectnam e_data_ directory_ _
projectname.
could easily and without any losses be named as:
import projectname config. __data_ directory_ _
projectname.
Since all is in the "projectname" namespace, everything is unambiguous.