Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Fix import order & add note about its brittleness.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Aug 9, 2012
1 parent d91bef3 commit 302aaf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blogofile/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
import sys
import re

import blogofile_bf as bf
from . import cache
from . import controller
from . import plugin
from . import site_init
from . import filter as _filter
from .cache import HierarchicalCache as HC
# TODO: This import MUST come after cache is imported; that's too brittle!
import blogofile_bf as bf


bf.config = sys.modules['blogofile.config']
Expand Down

0 comments on commit 302aaf3

Please sign in to comment.