pep8 fix, imports at top

This commit is contained in:
Ryan Harper 2018-05-24 14:41:54 -05:00
parent 618142f132
commit b55eb58501
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
""" Subiquity """ """ Subiquity """
__version__ = "0.0.5"
from subiquitycore import i18n from subiquitycore import i18n
__all__ = [ __all__ = [
'i18n', 'i18n',
] ]
__version__ = "0.0.5"