From 6e73a58099619efba79bce4674b8e7c327e6548b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jord=C3=A0=20Polo?= Date: Wed, 8 Jan 2025 11:40:38 -0800 Subject: [PATCH] Remove unnecessary path insert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jordà Polo --- omnistat-standalone | 3 --- 1 file changed, 3 deletions(-) diff --git a/omnistat-standalone b/omnistat-standalone index 0a6283d9..334b5e68 100755 --- a/omnistat-standalone +++ b/omnistat-standalone @@ -27,9 +27,6 @@ import os import sys -if os.path.isdir("omnistat") and sys.path[0]: - sys.path.insert(0, "") - try: from omnistat.standalone import main except ImportError as err: