Skip to content

Commit

Permalink
Added 'this' attribute to md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Nov 19, 1997
1 parent 9cfa7a7 commit 3337eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DT_String.py
Expand Up @@ -344,6 +344,7 @@ def __call__(self,client=None,mapping={},**kw):
if hasattr(mapping,'AUTHENTICATED_USER'):
md.AUTHENTICATED_USER=mapping['AUTHENTICATED_USER']
md.validate=self.validate
if client is not None: md.this=client
pushed=0

level=md.level
Expand Down

0 comments on commit 3337eb5

Please sign in to comment.