clean up head module

master
mutantmonkey 2013-07-20 22:26:18 -07:00
parent 899d063071
commit 9460fcd8ea
1 changed files with 0 additions and 7 deletions

View File

@ -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."""