16 lines
502 B
Diff
16 lines
502 B
Diff
This patch was taken from Arch Linux repositories:
|
|
https://gitlab.archlinux.org/archlinux/packaging/packages/opensnitch/-/blob/main/remove-debian-path.patch
|
|
--- a/ui/bin/opensnitch-ui
|
|
+++ b/ui/bin/opensnitch-ui
|
|
@@ -34,10 +34,6 @@
|
|
|
|
import grpc
|
|
|
|
-dist_path = '/usr/lib/python3/dist-packages/'
|
|
-if dist_path not in sys.path:
|
|
- sys.path.append(dist_path)
|
|
-
|
|
from opensnitch.service import UIService
|
|
from opensnitch.config import Config
|
|
from opensnitch.utils import Themes, Utils, Versions, Message
|