If so, I have a package that is waiting for review, bugzilla 2497737. The upstream code base has three folders (core, hscommon, qt) referenced via statements like:
from core import __version__, __appname__ It seems that would potentially conflict with other applications, so adding a dupeguru namespace changes that to from dupeguru.core import __version__, __appname__ That seems to require a reorganization of the source tree, moving those three folders down one level so we have dupeguru/core, etc.Is that the proper approach, or is there some simpler way? -- _______________________________________________ python-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
