diff options
author | makkalot <makkalot@gmail.com> | 2008-08-11 08:30:23 +0300 |
---|---|---|
committer | makkalot <makkalot@gmail.com> | 2008-08-11 08:30:23 +0300 |
commit | 9f7278b30b864149cefea29e566c500f29693ea9 (patch) | |
tree | c65a39462bd26d0c485262f2f83a766c90fe49c5 /func/minion/modules/networktest.py | |
parent | e5b1b93345ad3c27ff0461d1091ffe59e14f1fb2 (diff) | |
download | func-9f7278b30b864149cefea29e566c500f29693ea9.tar.gz func-9f7278b30b864149cefea29e566c500f29693ea9.tar.xz func-9f7278b30b864149cefea29e566c500f29693ea9.zip |
typo typos arghh
Diffstat (limited to 'func/minion/modules/networktest.py')
-rw-r--r-- | func/minion/modules/networktest.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/func/minion/modules/networktest.py b/func/minion/modules/networktest.py index 3ddabc4..5bed809 100644 --- a/func/minion/modules/networktest.py +++ b/func/minion/modules/networktest.py @@ -10,9 +10,8 @@ import func_module -from codes import FuncException - -import sub_process +from func.minion.codes import FuncException +from func.minion import sub_process class NetworkTest(func_module.FuncModule): @@ -120,7 +119,7 @@ class NetworkTest(func_module.FuncModule): 'optional':False, 'min':0, 'max':65535, - 'description':The port to be checked on specified host + 'description':'The port to be checked on specified host' } }, 'description':"Checks if port is open for specified host" |