From b2f5abd2f4023734bb58845944f13d2167c52bab Mon Sep 17 00:00:00 2001
From: agu3rra <agu3rra@pm.me>
Date: Wed, 14 Feb 2024 18:38:17 -0300
Subject: [PATCH] turns module import into package import so that it works
 regardless of working dir

---
 client/fabric/fabric.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/fabric/fabric.py b/client/fabric/fabric.py
index f6f5a23..315ef78 100755
--- a/client/fabric/fabric.py
+++ b/client/fabric/fabric.py
@@ -1,4 +1,4 @@
-from utils import Standalone, Update, Setup
+from .utils import Standalone, Update, Setup
 import argparse
 import sys
 import os