From 8212be5c4bac78d7be8e6153b5c13bbb969d00f5 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 13 Aug 2008 00:58:49 +0000 Subject: 129: Deleted the test mod1.py, mod2.py files --- ipalib/Plugins/mod2.py | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ipalib/Plugins/mod2.py (limited to 'ipalib/Plugins/mod2.py') diff --git a/ipalib/Plugins/mod2.py b/ipalib/Plugins/mod2.py deleted file mode 100644 index 6c75c5cd..00000000 --- a/ipalib/Plugins/mod2.py +++ /dev/null @@ -1,24 +0,0 @@ -# Authors: -# Jason Gerard DeRose -# -# Copyright (C) 2008 Red Hat -# see file 'COPYING' for use and warranty information -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; version 2 only -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# 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 - -""" -Test module. -""" - -print 'loaded mod2' -- cgit