Browse Source

turns module import into package import so that it works regardless of working dir

pull/102/head
agu3rra 1 year ago
parent
commit
b2f5abd2f4
  1. 2
      client/fabric/fabric.py

2
client/fabric/fabric.py

@ -1,4 +1,4 @@
from utils import Standalone, Update, Setup from .utils import Standalone, Update, Setup
import argparse import argparse
import sys import sys
import os import os

Loading…
Cancel
Save