summaryrefslogtreecommitdiffstats
path: root/build/lib/Bcfg2/Server/Plugins/Rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/lib/Bcfg2/Server/Plugins/Rules.py')
-rw-r--r--build/lib/Bcfg2/Server/Plugins/Rules.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/build/lib/Bcfg2/Server/Plugins/Rules.py b/build/lib/Bcfg2/Server/Plugins/Rules.py
deleted file mode 100644
index eb0547cdb..000000000
--- a/build/lib/Bcfg2/Server/Plugins/Rules.py
+++ /dev/null
@@ -1,11 +0,0 @@
-"""This generator provides rule-based entry mappings."""
-__revision__ = '$Revision$'
-
-import Bcfg2.Server.Plugin
-
-
-class Rules(Bcfg2.Server.Plugin.PrioDir):
- """This is a generator that handles service assignments."""
- name = 'Rules'
- __version__ = '$Id$'
- __author__ = 'bcfg-dev@mcs.anl.gov'