summaryrefslogtreecommitdiff
path: root/src/python/seccomp.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/seccomp.pyx')
-rw-r--r--src/python/seccomp.pyx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/seccomp.pyx b/src/python/seccomp.pyx
index 771b9c3..121a0d6 100644
--- a/src/python/seccomp.pyx
+++ b/src/python/seccomp.pyx
@@ -19,6 +19,8 @@
# along with this library; if not, see <http://www.gnu.org/licenses>.
#
+# cython: language_level = 3str
+
""" Python bindings for the libseccomp library
The libseccomp library provides and easy to use, platform independent,