summaryrefslogtreecommitdiffstats
path: root/people
diff options
context:
space:
mode:
authortv <tv@also>2011-07-31 04:19:55 +0200
committertv <tv@also>2011-07-31 04:19:55 +0200
commit985e5f3d014cb9802f6f9eecfaaa18f37b7096a7 (patch)
tree2240cd4aa27ac7f9dec8cb61565f5029ed6f3b58 /people
parent575fc41fa4079067b9d402470a26771cdabc211b (diff)
parentd3ffda161c826877545be40fe68f010c5e5cc0ba (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'people')
-rwxr-xr-xpeople/arping.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/people/arping.py b/people/arping.py
index 1b51ab1b..3245f1ee 100755
--- a/people/arping.py
+++ b/people/arping.py
@@ -27,9 +27,7 @@ try:
return []
except Exception as e:
- log.error("Cannot load arping functions!" + str(e))
- def arpingy(iprange='',iface=''):
- raise Exception ('arping not available')
+ raise Exception("Cannot load arping functions!" + str(e))
if __name__ =='__main__':