Ignore:
Timestamp:
Dec 7, 2010 12:53:58 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
8445caf
Parents:
2453416
Message:

Deal with ZSI 2.1 by name aliases. The 2.1 function seems the same, so these simply alias the new names to the old if the old are unavailable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/server.py

    r2453416 r9556f2a  
    1313
    1414from fedid import fedid
    15 from fedd_services import ns0
     15try:
     16    from fedd_services import ns0
     17except ImportError:
     18    from fedd_server import ns0
     19
    1620from service_error import *
    1721
Note: See TracChangeset for help on using the changeset viewer.