iro/view/xmlrpc_old.py
branchdevel
changeset 265 f6c906b40cce
parent 248 830204e316ca
child 291 84eb5a7a715a
equal deleted inserted replaced
264:584b9c97ecfd 265:f6c906b40cce
     8 #without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     8 #without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     9 #See the GNU General Public License for more details.
     9 #See the GNU General Public License for more details.
    10 
    10 
    11 #You should have received a copy of the GNU General Public License
    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/>.
    12 #along with this program; if not, see <http://www.gnu.org/licenses/>.
       
    13 
       
    14 """.. deprecated:: 1.0a"""
       
    15 
    13 import logging
    16 import logging
    14 logger=logging.getLogger("iro.user")
    17 logger=logging.getLogger("iro.user")
    15 class NotSupportedFeature (Exception):
    18 class NotSupportedFeature (Exception):
    16     def __init__(self,name):
    19     def __init__(self,name):
    17         self.name=name
    20         self.name=name