Comment 0 for bug 941255

Revision history for this message
Duncan McGreggor (oubiwann) wrote :

This project installs the following into the Python libs dir:
 * daemon
 * trophyinfo
 * trophyinfo_lib

The first one isn't such a good idea, since it's such a generic name... and someone else might have already used that name. Even if that's not the case, it's not good practice to install something in the Python lib space that isn't readily identifiable.

As for the second two, there's needless separation here: one is providing base classes for another.

All told , there's no reason to separate these three. Ideally, the code would be refactored to include them all in the same Python package.