Skip to content

Commit

Permalink
fix Image model import
Browse files Browse the repository at this point in the history
  • Loading branch information
swilcox committed Sep 18, 2015
1 parent e856353 commit 180539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/blog/parsers/creole_parser.py
Expand Up @@ -6,7 +6,7 @@
from pygments.lexers import get_lexer_by_name, TextLexer
from pygments.util import ClassNotFound

from .models import Image
from ..models import Image


class Rules:
Expand Down

0 comments on commit 180539c

Please sign in to comment.