Ignore:
Timestamp:
Nov 21, 2008 4:39:47 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
ac54ef3
Parents:
c971895
Message:

Initial move to general authorization framework. Currently integrated with Access stuff fully.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_allocate_project.py

    rc971895 r3f6bc5f  
    3333    Allocate projects on this machine in response to an access request.
    3434    """
    35     def __init__(self, config):
     35    def __init__(self, config, auth=None):
    3636        """
    3737        Initializer.  Parses a configuration if one is given.
     
    387387
    388388    # back to defining the fedd_allocate_project_remote class
    389     def __init__(self, config):
     389    def __init__(self, config, auth=None):
    390390        """
    391391        Initializer.  Parses a configuration if one is given.
Note: See TracChangeset for help on using the changeset viewer.