remove unnecessary imports

This commit is contained in:
Wolfgang Seeker 2016-05-02 17:33:22 +02:00
parent 857454ffa0
commit 92bfbebeec
1 changed files with 0 additions and 4 deletions

View File

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