equal
deleted
inserted
replaced
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 |