diff options
Diffstat (limited to 'library/python/runtime_py3')
| -rw-r--r-- | library/python/runtime_py3/__res.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/runtime_py3/__res.pyx b/library/python/runtime_py3/__res.pyx index 97190d9f293..37fab6f71a6 100644 --- a/library/python/runtime_py3/__res.pyx +++ b/library/python/runtime_py3/__res.pyx @@ -2,7 +2,7 @@ from _codecs import utf_8_decode, utf_8_encode from libcpp cimport bool -from util.generic.string cimport TString, TStringBuf +from util.generic.string cimport TString, TStringBuf cdef extern from "library/cpp/resource/resource.h" namespace "NResource": |
