Changeset f831203


Ignore:
Timestamp:
Nov 30, 2008 9:53:40 AM (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:
6a0c9f4
Parents:
7454054
Message:

Import a few commonly used objects into the fedd name space (e.g., so a fedid
can be fedd.fedid instead of fedd.fedid.fedid)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd/__init__.py

    r7454054 rf831203  
     1#/usr/local/bin/python
     2
     3from fedid import fedid
     4from service_error import service_error
     5from config_parser import config_parser
     6
     7import parse_detail
Note: See TracChangeset for help on using the changeset viewer.