mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Loading plugin controller modules at the bottom of controllers/__init__.py led to a circular dependency. Registering controllers via decorator allows controllers/__init__.py to load completely before plugin controllers are loaded.