Skip to content

Commit

Permalink
cmd: runscansagent ok
Browse files Browse the repository at this point in the history
  • Loading branch information
p-l- committed Nov 15, 2015
1 parent 6ed2b30 commit 5a8acee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ivre/tools/runscansagent.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
import ivre.target
import ivre.utils
import ivre.scanengine

import os
import sys
import time
import subprocess

MAINDIR = "./agentsdata"
Expand All @@ -30,8 +30,7 @@
ACTION_FEED = 2
ACTION_BOTH = 3

if __name__ == '__main__':
import sys
def main():
try:
import argparse
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 5a8acee

Please sign in to comment.