Comment 4 for bug 667492

Revision history for this message
Schwarzburg (stefan-schwarzburg) wrote :

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.