Changeset 105

Show
Ignore:
Timestamp:
08/09/07 11:59:28
Author:
thejimmyg
Message:

Forgot to make AuthKit? a string

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/branches/0.4/authkit/authenticate/basic.py

    r103 r105  
    142142        format='basic' 
    143143    ) 
    144     realm = auth_conf.get('realm', AuthKit
     144    realm = auth_conf.get('realm', 'AuthKit'
    145145    app = MultiHandler(app) 
    146146    app.add_method('basic', middleware, realm, authfunc)