summaryrefslogtreecommitdiffstats
path: root/ipalib/Plugins/mod1.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-13 00:58:49 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-13 00:58:49 +0000
commit8212be5c4bac78d7be8e6153b5c13bbb969d00f5 (patch)
tree0752c0b438f9bbf1456167d255cd2f5731907f09 /ipalib/Plugins/mod1.py
parente9b715f2c430940d94bfedd6dbf9b1010eb22ffc (diff)
downloadfreeipa-8212be5c4bac78d7be8e6153b5c13bbb969d00f5.tar.gz
freeipa-8212be5c4bac78d7be8e6153b5c13bbb969d00f5.tar.xz
freeipa-8212be5c4bac78d7be8e6153b5c13bbb969d00f5.zip
129: Deleted the test mod1.py, mod2.py files
Diffstat (limited to 'ipalib/Plugins/mod1.py')
-rw-r--r--ipalib/Plugins/mod1.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/ipalib/Plugins/mod1.py b/ipalib/Plugins/mod1.py
deleted file mode 100644
index 2dd36d57d..000000000
--- a/ipalib/Plugins/mod1.py
+++ /dev/null
@@ -1,24 +0,0 @@
-# Authors:
-# Jason Gerard DeRose <jderose@redhat.com>
-#
-# 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 mod1'