From 9460fcd8ea24183c7b5fb3daff2c87433c02c24e Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sat, 20 Jul 2013 22:26:18 -0700 Subject: [PATCH] clean up head module --- modules/head.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/head.py b/modules/head.py index 8a5f55c..3835522 100644 --- a/modules/head.py +++ b/modules/head.py @@ -8,20 +8,13 @@ http://inamidst.com/phenny/ """ import re -#import urllib.request import urllib.parse -#import http.client -#import http.cookiejar import time from html.entities import name2codepoint import web from tools import deprecated from modules.linx import get_title as linx_gettitle -#cj = http.cookiejar.LWPCookieJar() -#opener = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(cj)) -#urllib.request.install_opener(opener) - def head(phenny, input): """Provide HTTP HEAD information."""