Remove old cfile import

This commit is contained in:
Matthew Honnibal 2017-10-26 13:28:19 +02:00
parent ea03f1ef64
commit c52671420c

View File

@ -16,7 +16,6 @@ from .lexeme cimport EMPTY_LEXEME
from .lexeme cimport Lexeme from .lexeme cimport Lexeme
from .strings cimport hash_string from .strings cimport hash_string
from .typedefs cimport attr_t from .typedefs cimport attr_t
from .cfile cimport CFile
from .tokens.token cimport Token from .tokens.token cimport Token
from .attrs cimport PROB, LANG from .attrs cimport PROB, LANG
from .structs cimport SerializedLexemeC from .structs cimport SerializedLexemeC