Skip to content

Commit 89f309f

Browse files
committed
try diffent kind of import
1 parent 9fbb235 commit 89f309f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycrfsuite/_pycrfsuite.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# cython: c_string_encoding=ascii
44
# cython: profile=False
55
# distutils: language=c++
6-
from . cimport crfsuite_api
6+
cimport pycrfsuite.crfsuite_api as crfsuite_api
77
from libcpp.string cimport string
88

99
import sys

0 commit comments

Comments
 (0)