From e1829e99556f18deab5e7da03d68b4fc603f4eef Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 22 May 2017 15:50:06 +1000 Subject: [PATCH] Initial args processing added --- HTTPy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/HTTPy.py b/HTTPy.py index f93bddf..1fe8c85 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -4,6 +4,7 @@ from HTMLParser import HTMLParser import httplib +import argparse currtag = "" conf_temp = "pre"