handle LoggedPage
This commit is contained in:
parent
7708c497ab
commit
4144380dd9
3 changed files with 12 additions and 8 deletions
|
|
@ -15,9 +15,9 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
from .login import LoginPage
|
||||
from .login import LoginPage, LoggedPage
|
||||
from .cookie import CookiePage
|
||||
from .accountlist import AccountList
|
||||
from .accounthistory import AccountHistory
|
||||
|
||||
__all__ = ['LoginPage', 'CookiePage', "AccountList", 'AccountHistory']
|
||||
__all__ = ['LoginPage', 'LoggedPage', 'CookiePage', "AccountList", 'AccountHistory']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue