remove trailing spaces

This commit is contained in:
Romain Bignon 2013-07-20 11:11:21 +02:00
commit 512bfe6b0b
3 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ class DetailsPage(BasePage):
mydate_str = re.search('&date=(?P<date>\d*)$',
alink.attrib.get('href')).group('date')
mydate = datetime.strptime(mydate_str, "%Y%m%d").date()
bill = Bill()
bill.label = unicode(mydate_str)
bill.id = unicode(mydate_str)