From 4772ca7da4747ab52f4b8e9bcc4f16aec0789b23 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Tue, 30 Aug 2005 05:24:51 +0000 Subject: bye bye mr. cvs_id_string svn path=/main/branches/2.0/; revision=1953 --- pym/portage_exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage_exception.py') diff --git a/pym/portage_exception.py b/pym/portage_exception.py index e56e57d7..52c1360f 100644 --- a/pym/portage_exception.py +++ b/pym/portage_exception.py @@ -1,7 +1,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_exception.py,v 1.8.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_exception.py,v 1.8.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + class PortageException(Exception): """General superclass for portage exceptions""" -- cgit v1.2.3-65-gdbad