pyflakes3 fixes for subiquitycore/__init__.py

This commit is contained in:
Ryan Harper 2018-05-24 14:23:03 -05:00
parent 2c5beeca91
commit 053a1c249d
1 changed files with 4 additions and 1 deletions

View File

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