paypal: Fix OMFG warning

This commit is contained in:
Laurent Bachelier 2013-02-05 16:30:09 +01:00
commit 235bc87a0a
2 changed files with 5 additions and 1 deletions

View file

@ -193,3 +193,6 @@ class SubmitPage(BasePage):
class HistoryParser(CsvParser):
HEADER = True
FMTPARAMS = {'skipinitialspace': True}
class UselessPage(BasePage):
pass