minor bug fix
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2908 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
aecca2f1a5
commit
e9bc7d0b19
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class BSCWConnection(object):
|
|||
self.repositoryURL = url
|
||||
self.setURLs()
|
||||
if server is None:
|
||||
server = ServerProxy(self.baseURL())
|
||||
server = ServerProxy(self.baseURL)
|
||||
self.server = server
|
||||
|
||||
def getRepositoryURL(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue