add "# cython: language_level=3" directive to .pyx files, fixes #4214
@@ -1,3 +1,5 @@
+# cython: language_level=3
+
from ..helpers import bin_to_hex
from libc.stdint cimport uint32_t
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
API_VERSION = '1.1_01'
"""
borg.compress
=============
"""A thin OpenSSL wrapper"""
import hashlib
@@ -1,4 +1,5 @@
from collections import namedtuple
import locale
import os
import stat
from ..helpers import user2uid, group2gid
from ..helpers import posix_acl_use_stored_uid_gid
import re
import errno