FAForever / faf-python-api

Deprecated python api - please go to faf-java-api for the current api!
https://github.com/FAForever/faf-java-api
GNU General Public License v3.0
3 stars 10 forks source link

Fix cyclic dependencies #42

Open IDragonfire opened 8 years ago

IDragonfire commented 8 years ago

Bottom of init.py


# ======== Import (initialize) oauth2 handlers =====
import api.oauth_handlers
# ======== Import (initialize) routes =========
import api.deploy
import api.auth
import api.avatars
import api.bugreports
import api.games
import api.mods
import api.maps
import api.github
import api.oauth_client
import api.oauth_token
import api.slack
import api.achievements
import api.events
import api.query_commons
import api.games
import api.ranked1v1
IDragonfire commented 8 years ago

https://faforever.slack.com/archives/api-development/p1463355684000133