Changeset 124

Show
Ignore:
Timestamp:
09/26/07 22:44:13
Author:
thejimmyg
Message:

Renaming the Pylons authorize_adaptors module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/branches/0.4/authkit/authorize/__init__.py

    r122 r124  
    11"""\ 
    2 Please update your code to use authkit.authorize.wsgi instead of this 
     2Please update your code to use authkit.authorize.wsgi_adaptors instead of this 
    33module. 
    44""" 
    55 
    6 from authkit.authorize.wsgi import * 
     6from authkit.authorize.wsgi_adaptors import * 
  • AuthKit/branches/0.4/authkit/pylons_adaptors.py

    r122 r124  
    11"""\ 
    22This module is deprecated. Please update your code to use  
    3 ``authkit.authorize.pylons`` instead of this module. 
     3``authkit.authorize.pylons_adaptors`` instead of this module. 
    44""" 
    55import warnings 
     
    99    2 
    1010) 
    11 from authkit.authorize.pylons import * 
     11from authkit.authorize.pylons_adaptors import *