Page 1 of 1

Circular Imports in events/__init__.py and events/manager.py

Posted: Thu Aug 08, 2013 5:33 am
by Omega_K2
manager.py imports EventsLogger from __init__.py
and
__init__.py imports something from manager.py


As such results in an error, possibly move the logger to an extra file, like _logger.py (which I did as a work around :P)

Also might not throw up errors if you have cached python files.

Posted: Thu Aug 08, 2013 12:56 pm
by satoon101
Dang, I fixed that previously and must have accidentally reverted those changes. The same probably holds true for the tick package. I will fix these when I get home.

Sorry for the inconvenience,
Satoon

Posted: Wed Aug 14, 2013 6:31 am
by Omega_K2
Thanks for fixing those. There is one more in events/listener.py