Browse Source

Update fabric.py

fixed an error
pull/92/head
xssdoctor 1 year ago committed by GitHub
parent
commit
4c09fa3769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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 sys
import os

Loading…
Cancel
Save