Skip to content

Commit

Permalink
Merge pull request #17 from crlotwhite/master
Browse files Browse the repository at this point in the history
Modify module path
  • Loading branch information
r9y9 authored Oct 9, 2023
2 parents 88f2b7a + 744fdd5 commit 703cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysinsy/sinsy.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cimport cython
from libcpp.string cimport string
from libcpp.vector cimport vector

from sinsy cimport sinsy, label_strings
from .sinsy cimport sinsy, label_strings


cdef class LabelStrings(object):
Expand Down

0 comments on commit 703cfca

Please sign in to comment.