pyflakes fixes for console_conf/__init__.py

This commit is contained in:
Ryan Harper 2018-05-24 14:15:15 -05:00
parent 103fc1edda
commit dc5661ebd5
1 changed files with 4 additions and 1 deletions

View File

@ -15,4 +15,7 @@
""" Console-Conf """
import subiquitycore.i18n
from subiquitycore import i18n
__all__ = [
'i18n',
]