From 9316f912838e32a07400a8e67d3fdb069a8898b0 Mon Sep 17 00:00:00 2001 From: Benjamyn Date: Wed, 16 Aug 2017 09:55:22 +1000 Subject: [PATCH] Forgot to import os.. --- HTTPy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/HTTPy.py b/HTTPy.py index a276722..9a682a9 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -1,6 +1,7 @@ import subprocess import re # YAY REVERSE ENGINEER... wait its just regex import readline +import os #Made this work with linux magic, test #Define Colours