Skip to content

Commit b204223

Browse files
committed
Move import to top of file (especially since we import this file anyway)
1 parent 5d856d0 commit b204223

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

feincms/module/page/extensions/navigation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from django.utils.translation import ugettext_lazy as _
2323

2424
from feincms import extensions
25-
from feincms.utils import get_object
25+
from feincms.utils import get_object, shorten_string
2626
from feincms._internal import monkeypatch_method
2727

2828

@@ -80,7 +80,6 @@ def get_original_translation(self, page):
8080
return page
8181

8282
def short_title(self):
83-
from feincms.utils import shorten_string
8483
return shorten_string(self.title)
8584

8685

0 commit comments

Comments
 (0)