Changeset 8d5394e


Ignore:
Timestamp:
Dec 7, 2010 6:04:12 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
66bb590
Parents:
fbee30a
Message:

Silence warnings about multifile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/server.py

    rfbee30a r8d5394e  
    1313
    1414from fedid import fedid
     15
     16# ZSI uses a deprecated multifile interface.  This shuts the warning system up.
     17from warnings import filterwarnings
     18filterwarnings("ignore", ".*multifile.*", DeprecationWarning, "ZSI")
     19
    1520try:
    1621    from fedd_services import ns0
Note: See TracChangeset for help on using the changeset viewer.