From 5024f7f62ff32345660fae783ac7a97d506fe1da Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Tue, 25 Sep 2007 10:33:03 -0400 Subject: Renamed server to minion and client to overlord --- server/codes.py | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 server/codes.py (limited to 'server/codes.py') diff --git a/server/codes.py b/server/codes.py deleted file mode 100755 index dc0ceac..0000000 --- a/server/codes.py +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/python -""" -func - -Copyright 2007, Red Hat, Inc -See AUTHORS - -This software may be freely redistributed under the terms of the GNU -general public license. - -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., 675 Mass Ave, Cambridge, MA 02139, USA. -""" - -import exceptions -import string -import sys -import traceback - - -class FuncException(exceptions.Exception): - pass - -class InvalidMethodException(FuncException): - pass - -# FIXME: more sub-exceptions maybe -- cgit