Ignore:
Timestamp:
Dec 21, 2009, 5:30:11 PM (14 years ago)
Author:
broder
Message:

Have authz providers use an invirt.authz module.

xvm-authz-locker now includes an invirt.authz module instead of
xvm.authz.locker. All authz providers conflict with each other, and
provide invirt-authz.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-authz-locker/setup.py

    r2602 r2766  
    44from email.utils import parseaddr
    55from glob import glob
    6 from setuptools import setup, find_packages
     6from setuptools import setup
    77
    88try:
     
    2424    maintainer_email=maintainer_email,
    2525   
    26     packages=find_packages('python'),
     26    py_modules = ['invirt.authz'],
    2727    package_dir = {'': 'python'},
    2828)
Note: See TracChangeset for help on using the changeset viewer.