Skip to content

Commit

Permalink
Fix wrong import.
Browse files Browse the repository at this point in the history
  • Loading branch information
keosak committed Jun 27, 2019
1 parent b2d59e7 commit 1bf0c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jekylledit/controllers/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from flask_principal import Permission
from pid import PidFile, PidFileAlreadyLockedError

from ..ext import normalizeUnicode
from ..ext.normalizeUnicode import normalizeUnicode
from ..model import Repository, Roles, Sites
from .base import app, mailgun
from .auth import authorization_required
Expand Down

0 comments on commit 1bf0c53

Please sign in to comment.