diff options
author | Nikias Bassen | 2024-04-01 13:45:03 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-04-01 13:45:03 +0200 |
commit | 1ec2c2c5e3609cc02b302bcbd79ed2872260d350 (patch) | |
tree | d84729eb5b8873daf9a63de6d49e58a1090a6b30 /cython/imobiledevice.pxd | |
parent | 59ec38cb6465f794cf8e2ab204711b9a10dd9eda (diff) | |
download | libimobiledevice-1ec2c2c5e3609cc02b302bcbd79ed2872260d350.tar.gz libimobiledevice-1ec2c2c5e3609cc02b302bcbd79ed2872260d350.tar.bz2 |
cython: Set explicit language_level to 3str
Diffstat (limited to 'cython/imobiledevice.pxd')
-rw-r--r-- | cython/imobiledevice.pxd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd index b44e444..238df68 100644 --- a/cython/imobiledevice.pxd +++ b/cython/imobiledevice.pxd @@ -1,3 +1,6 @@ +#!python +#cython: language_level=3str + cimport plist from libc.stdint cimport * |