pyarc-gen & pyarc-milter - edit shebang for venv

This commit is contained in:
2026-05-26 12:52:28 +02:00
parent a7dc35bfd8
commit 8c7f3362b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/share/pyarc-venv/bin/python3
import sys
import os
import configparser
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/share/pyarc-venv/bin/python3
import Milter
import dkim
import authres