iro/view/xmlrpc_old.py
branchdevel
changeset 291 84eb5a7a715a
parent 265 f6c906b40cce
child 294 0e75bd39767d
equal deleted inserted replaced
290:21601a54c44c 291:84eb5a7a715a
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 #Copyright (C) 2009  Sandro Knauß <bugs@sandroknauss.de>
       
     3 
       
     4 #This program is free software; you can redistribute it and/or modify it under the terms
       
     5 #of the GNU General Public License as published by the Free Software Foundation;
       
     6 #either version 3 of the License, or any later version.
       
     7 #This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
       
     8 #without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
       
     9 #See the GNU General Public License for more details.
       
    10 
       
    11 #You should have received a copy of the GNU General Public License
       
    12 #along with this program; if not, see <http://www.gnu.org/licenses/>.
       
    13 
       
    14 """.. deprecated:: 1.0a"""
     2 """.. deprecated:: 1.0a"""
    15 
     3 
    16 import logging
     4 import logging
    17 logger=logging.getLogger("iro.user")
     5 logger=logging.getLogger("iro.user")
    18 class NotSupportedFeature (Exception):
     6 class NotSupportedFeature (Exception):