Ignore:
Timestamp:
Dec 7, 2010 1:08:20 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
cd5d16e
Parents:
9556f2a
Message:

Missed a couple try blocks that must go.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/parse_detail.py

    r9556f2a r8445caf  
    11#!/usr/local/bin/python
    22
    3 from fedd_client import *
     3try:
     4    from fedd_services import *
     5except ImportError:
     6    from fedd_client import *
    47
    58from ZSI.TC import QName, String, URI, AnyElement, UNBOUNDED, Any
Note: See TracChangeset for help on using the changeset viewer.