Changeset d743d60 for fedd/setup.py


Ignore:
Timestamp:
May 18, 2010 12:25:25 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
f1550c8
Parents:
85bba36
Message:

Totally refactor fedd_client.py into component scripts. The previous layout
have become a twisty hell of misdirected OOP and learning python run amok.
This version is actually pretty readable and will be much easier to build on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/setup.py

    r85bba36 rd743d60  
    1414        provides=['federation'],
    1515        scripts=['confirm_sshkey.py', 'exp_access_db.py', 'fedd.py',
    16             'fedd_client.py', 'fedid.py', 'user_to_project.py' ],
     16            'fedd_client.py', 'fedd_create.py', 'fedd_ftopo.py',
     17            'fedd_image.py', 'fedd_info.py', 'fedd_multiinfo.py',
     18            'fedd_multistatus.py', 'fedd_new.py', 'fedd_ns2topdl.py',
     19            'fedd_spewlog.py', 'fedd_terminate.py',
     20            'fedid.py', 'user_to_project.py' ],
    1721    )
Note: See TracChangeset for help on using the changeset viewer.