source: fedd/fedd/__init__.py @ f831203

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since f831203 was f831203, checked in by Ted Faber <faber@…>, 15 years ago

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)

  • Property mode set to 100644
File size: 149 bytes
Line 
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 TracBrowser for help on using the repository browser.