login_password

This commit is contained in:
sigizmund 2009-12-17 12:45:12 +00:00
parent 41caae6226
commit fd2ccb30ff

7
ffa.py
View file

@ -13,13 +13,18 @@ import unittest
import urllib as u
import pprint as pp
import urllib2 as u2
import login_password
import urlparse as up
import BeautifulSoup as bs
import htmlentitydefs as hdefs
from constants import *
try:
import login_password
except:
# tough luck
pass
class FFA:
def __init__(self, url):
self.url = url