summaryrefslogtreecommitdiffstats
path: root/people/arping.py
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
commit60b0d4ef38a8820023d30e42a038ef962ad6d9e5 (patch)
treec9d98e31835d9480f17c4e54846032285d5c42f5 /people/arping.py
parentb67f8696e3f071522347206240300059e3bb9081 (diff)
parent1d37bfa3cd18113fbcaf7f04b790f4b7ccea1199 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'people/arping.py')
-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__':