#694: Translations scaffolding
------------------------+----------------------
Reporter: olemis | Owner: olemis
Type: task | Status: assigned
Priority: minor | Milestone:
Component: trac core | Version: 0.7.0
Resolution: | Keywords: i18n
------------------------+----------------------
Comment (by SaintGermain):
Ah I see, it is related to the changes you made on
bhdashboard/util/__init__.py.
I also saw that there was a trap there when I made my modifications:
circular import.
Indeed bhdashboard/util.py is importing bhdashboard/api.py, so if you
modify bhdashboard/api.py to import bhdashboard/util.py, then you got
circular import.
I managed to avoid the issue with my dashboard/translation.py.
Maybe you have a clever trick to force them to accept this circular import
?
I haven't managed to do it myself.
Regards,
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/694#comment:30>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker