summaryrefslogtreecommitdiffstats
path: root/minion/codes.py
diff options
context:
space:
mode:
authorJames Bowes <jbowes@redhat.com>2007-09-29 14:08:37 -0400
committerJames Bowes <jbowes@redhat.com>2007-09-29 14:08:37 -0400
commite153b175bff255b9af212f6d969cb75503ab2f14 (patch)
treeaf340f21b7eefcbd59662680410c8c736caba3a3 /minion/codes.py
parent99069f42f71f00cd0b44b59e6627657409569b6b (diff)
downloadfunc-e153b175bff255b9af212f6d969cb75503ab2f14.tar.gz
func-e153b175bff255b9af212f6d969cb75503ab2f14.tar.xz
func-e153b175bff255b9af212f6d969cb75503ab2f14.zip
Fix bad indentation in minion, modules and overlord
Diffstat (limited to 'minion/codes.py')
-rwxr-xr-xminion/codes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/minion/codes.py b/minion/codes.py
index c549709..058ca44 100755
--- a/minion/codes.py
+++ b/minion/codes.py
@@ -17,9 +17,9 @@ import exceptions
class FuncException(exceptions.Exception):
- pass
+ pass
class InvalidMethodException(FuncException):
- pass
+ pass
# FIXME: more sub-exceptions maybe