summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-10-02 14:14:33 +0200
committerSylvain <syt@logilab.fr>2006-10-02 14:14:33 +0200
commit5668c072a868b7c50d23a0e04b415e6d2d388f6a (patch)
tree821862cf92f667a158a594d3bae8967070fc930a /__init__.py
parentac286b80c614f0dd94d2791ccfe31c5024080ada (diff)
downloadlogilab-common-5668c072a868b7c50d23a0e04b415e6d2d388f6a.tar.gz
prepare 0.19.3
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/__init__.py b/__init__.py
index d1917b7..ce49f2b 100644
--- a/__init__.py
+++ b/__init__.py
@@ -10,7 +10,7 @@
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-""" Copyright (c) 2000-2002 LOGILAB S.A. (Paris, FRANCE).
+""" Copyright (c) 2002-2006 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr
Logilab common libraries
@@ -18,8 +18,6 @@ Logilab common libraries
from __future__ import nested_scopes
-__revision__ = "$Id: __init__.py,v 1.30 2006-03-24 10:37:48 syt Exp $"
-
# FIXME: move all those functions in a separated module
def intersection(list1, list2):