Remove unused import

This commit is contained in:
Ines Montani 2017-01-08 22:17:37 +01:00
parent 5d28664fc5
commit a89a6000e5
4 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,6 @@
# encoding: utf8
from __future__ import unicode_literals, print_function
from os import path
from ..language import Language
from ..attrs import LANG

View File

@ -1,8 +1,6 @@
# encoding: utf8
from __future__ import unicode_literals, print_function
from os import path
from ..language import Language
from ..attrs import LANG
from .language_data import *

View File

@ -1,8 +1,6 @@
# encoding: utf8
from __future__ import unicode_literals, print_function
from os import path
from ..language import Language
from ..attrs import LANG

View File

@ -1,8 +1,6 @@
# encoding: utf8
from __future__ import unicode_literals, print_function
from os import path
from ..language import Language
from ..attrs import LANG
from .language_data import *