remove unnecessary imports

This commit is contained in:
Wolfgang Seeker 2016-05-02 17:33:22 +02:00
parent 857454ffa0
commit 92bfbebeec

View File

@ -3,10 +3,6 @@ from __future__ import unicode_literals, print_function
from os import path from os import path
from ..language import Language from ..language import Language
from ..vocab import Vocab
from .. import attrs
from .. import util
from .. import about
class German(Language): class German(Language):