Add missing class to __all__

This commit is contained in:
Laurent Bachelier 2011-04-14 00:17:43 +02:00 committed by Romain Bignon
commit c2c9d365ba

View file

@ -21,7 +21,7 @@
from weboob.tools.browser import BasePage
from urlparse import urlparse
__all__ = ['PastePage']
__all__ = ['PastePage', 'PostPage']
class PastePage(BasePage):
def fill_paste(self, paste):