fixed brown-paper-bagger in sidai/arkbase/ark/user.py
Will Partain <[email protected]> Mon, 01 Oct 2001 21:04:38 +0100
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
FYI, I just checked in a fix that will *definitely* improve
your life if you try to use the emailAddress() method of an
ARK user object. I am, in short, a moron.
(In reality, you probably need to be pretty deep in ARK land
before this matters to you...)
Will
--- user.py 2001/09/29 13:13:54 1.9
+++ user.py 2001/10/01 20:00:35
@@ -105,3 +105,3 @@
try:
- domain = '@' . self.local_email_domain()
+ domain = '@' + self.local_email_domain()
return self.idString + domain