]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/glst.py
Fix new flake8 E402: module level import not at top of file
[m_librarian.git] / m_librarian / glst.py
index 2de36c3a92180b7abaf1b7b76079e51938e93c06..a4ac27d723b4b991ea70b1d6c625f7e1b91de224 100755 (executable)
@@ -1,12 +1,12 @@
 #! /usr/bin/env python
 
-__all__ = ['import_glst']
-
 import codecs
 import os
 from sqlobject import sqlhub, SQLObjectNotFound
 from .db import Genre
 
+__all__ = ['import_glst']
+
 
 def parse_glst_file(glst_filename):
     glst_file = codecs.open(glst_filename, 'r', 'utf-8')