Skip to content

Commit

Permalink
Fix mjumbewu#7, djangobars response imports prevents HandlebarsRespon…
Browse files Browse the repository at this point in the history
…se from importing
  • Loading branch information
tony committed Aug 24, 2014
1 parent 1af1e31 commit 821cc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangobars/template/response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.template.response import TemplateResponse
from .template import HandlebarsTemplate
from .base import HandlebarsTemplate
from .loader import select_template, get_template


Expand Down

0 comments on commit 821cc2e

Please sign in to comment.