From a84dd12e9167f5e53a7ed7e9b4621be0eb0f395d Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 25 Sep 2017 21:10:58 +0200 Subject: [PATCH] Remove unneeded changes --- zeus.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zeus.py b/zeus.py index 7b9d2b2..f655308 100755 --- a/zeus.py +++ b/zeus.py @@ -5,10 +5,7 @@ import time import optparse import subprocess import random -try: - import http.client as http_client # Python 3 -except ImportError: - import httplib as http_client # Python 2 +import httplib as http_client from var import blackwidow from var.google_search import search