summaryrefslogtreecommitdiff
path: root/interface.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-11-08 17:00:02 +0100
committerSylvain <syt@logilab.fr>2006-11-08 17:00:02 +0100
commit5152958ecda94ba39ed36fbc625bc5cd39ebab4d (patch)
treeccba85222bad5ff9a63c2ed95b216a2ef27c7724 /interface.py
parent907582a18893d133346ab235412609824b25b7bd (diff)
downloadlogilab-common-5152958ecda94ba39ed36fbc625bc5cd39ebab4d.tar.gz
reorganize, deprecation warning for deprecated stuff, remove old deprecated function/methods
Diffstat (limited to 'interface.py')
-rw-r--r--interface.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/interface.py b/interface.py
index f4800f0..e94df1b 100644
--- a/interface.py
+++ b/interface.py
@@ -24,8 +24,6 @@
This module requires at least python 2.2
"""
-__revision__ = "$Id: interface.py,v 1.6 2004-05-10 14:40:50 syt Exp $"
-
from types import ListType, TupleType
class Interface: