new backend 'redmine' (implements ICapContent)
This commit is contained in:
parent
a39db3626b
commit
5794973932
8 changed files with 240 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue