diff -r 584b9c97ecfd -r f6c906b40cce iro/view/xmlrpc_old.py --- a/iro/view/xmlrpc_old.py Thu Mar 29 18:31:53 2012 +0200 +++ b/iro/view/xmlrpc_old.py Thu Mar 29 18:44:28 2012 +0200 @@ -10,6 +10,9 @@ #You should have received a copy of the GNU General Public License #along with this program; if not, see . + +""".. deprecated:: 1.0a""" + import logging logger=logging.getLogger("iro.user") class NotSupportedFeature (Exception):