Mercurial > public > src > moin > 1.9
diff MoinMoin/config/multiconfig.py @ 1096:33927b0256ce
Changed marshalling format of the full IWID, load full IWID into the RemoteWiki object.
author | Alexander Schremmer <alex AT alexanderweb DOT de> |
---|---|
date | Sun, 30 Jul 2006 00:02:39 +0200 |
parents | f8ba3b0ca9f4 |
children | 92f5835853ae |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Sat Jul 29 23:55:31 2006 +0200 +++ b/MoinMoin/config/multiconfig.py Sun Jul 30 00:02:39 2006 +0200 @@ -14,6 +14,7 @@ from MoinMoin import error, util, wikiutil import MoinMoin.auth as authmodule +from MoinMoin.packages import packLine _url_re_cache = None _farmconfig_mtime = None @@ -573,7 +574,7 @@ self.iwid = iwid if self.interwikiname is not None: - self.iwid_full = iwid + ":" + self.interwikiname + self.iwid_full = packLine([iwid, self.interwikiname]) else: self.iwid_full = iwid