mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-21 22:29:54 -04:00
syncfilerange: add cython: language_level=3
This commit is contained in:
parent
109c87a120
commit
8ac86b8cae
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# cython: language_level=3
|
||||
|
||||
from libc.stdint cimport int64_t
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue