diff --git a/pyfuscate.py b/pyfuscate.py index 8f5a50f..fcb1fb7 100644 --- a/pyfuscate.py +++ b/pyfuscate.py @@ -8,13 +8,6 @@ except ImportError: os.system("python -m pip install colored -q -q -q") from colored import fg, bg, attr - try: - import strstyle - from strstyle import * - except ImportError: - os.system("python -m pip install strstyle -q -q -q") - import strstyle - from strstyle import * try: import termcolor except: