new backend 'redmine' (implements ICapContent)

This commit is contained in:
Romain Bignon 2010-10-15 16:32:06 +02:00
commit 5794973932
8 changed files with 240 additions and 1 deletions

View file

@ -128,7 +128,7 @@ class BaseBrowser(mechanize.Browser):
Go to the home page.
"""
if self.DOMAIN is not None:
self.location('%s://%s' % (self.PROTOCOL, self.DOMAIN))
self.location('%s://%s/' % (self.PROTOCOL, self.DOMAIN))
def login(self):
"""