unused code, imports, or variables
This commit is contained in:
parent
42de7aa5a3
commit
54cc3b0a4a
5 changed files with 4 additions and 8 deletions
|
|
@ -25,10 +25,6 @@ except ImportError, e:
|
|||
|
||||
from mechanize import CookieJar, Cookie
|
||||
|
||||
#import sys, logging
|
||||
#logger = logging.getLogger("mechanize")
|
||||
#logger.addHandler(logging.StreamHandler(sys.stdout))
|
||||
#logger.setLevel(logging.DEBUG)
|
||||
|
||||
class FirefoxCookieJar(CookieJar):
|
||||
def __init__(self, domain, sqlite_file=None, policy=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue