summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-11 08:30:23 +0300
committermakkalot <makkalot@gmail.com>2008-08-11 08:30:23 +0300
commit9f7278b30b864149cefea29e566c500f29693ea9 (patch)
treec65a39462bd26d0c485262f2f83a766c90fe49c5
parente5b1b93345ad3c27ff0461d1091ffe59e14f1fb2 (diff)
downloadfunc-9f7278b30b864149cefea29e566c500f29693ea9.tar.gz
func-9f7278b30b864149cefea29e566c500f29693ea9.tar.xz
func-9f7278b30b864149cefea29e566c500f29693ea9.zip
typo typos arghh
-rw-r--r--func/minion/modules/networktest.py7
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"