Add history of calls on freemobile module

This commit is contained in:
Florent 2012-03-13 19:22:24 +01:00 committed by Romain Bignon
commit 5fac5421eb
4 changed files with 39 additions and 14 deletions

View file

@ -19,7 +19,7 @@
from .homepage import HomePage
from .history import HistoryPage
from .history import HistoryPage, DetailsPage
from .login import LoginPage
__all__ = ['LoginPage', 'HomePage', 'HistoryPage']
__all__ = ['LoginPage', 'HomePage', 'HistoryPage', 'DetailsPage']