diff options
author | thegeorg <[email protected]> | 2022-06-03 18:36:44 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2022-06-03 18:36:44 +0300 |
commit | 145b834e7df28e23cda5023db62f2fb9f9e0e226 (patch) | |
tree | f01f190a7281913560dfbd553f082fe24e4eda66 /util/generic/map_ut.pyx | |
parent | 77fedfb145f9d85f8ee822d8887e3db1b3ba64de (diff) |
Add missing map_ut.pyx to util/generic/ut_cython
ref:ccf13829e6e56d0e31ff3fab73f19915f1539e5c
Diffstat (limited to 'util/generic/map_ut.pyx')
-rw-r--r-- | util/generic/map_ut.pyx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/generic/map_ut.pyx b/util/generic/map_ut.pyx index d6ec29724d3..19dc97b1347 100644 --- a/util/generic/map_ut.pyx +++ b/util/generic/map_ut.pyx @@ -1,3 +1,5 @@ +# cython: c_string_type=unicode, c_string_encoding=utf8 + from util.generic.map cimport TMap from util.generic.string cimport TString |