suricata/python
Shivani Bhardwaj 27842c3750 suricatasc: Use better exception message, sort imports
Up until now, suricatasc gives a message as follows in case a command is
missing arguments:
```
>>> list-hostbit
Arguments to command 'list-hostbit' is missing
```

Fix this up and provide a better message:
```
>>> list-hostbit
Missing arguments: expected 1
>>> pcap-file-continuous
Missing arguments: expected at least 2
```
2019-02-15 10:56:58 +01:00
..
bin python: fixes for out of tree build 2018-05-23 14:47:57 +02:00
suricata suricatasc: Use better exception message, sort imports 2019-02-15 10:56:58 +01:00
suricatasc suricatasc: move lib to suricata.sc 2018-03-28 08:49:41 +02:00
.gitignore python: fixes for out of tree build 2018-05-23 14:47:57 +02:00
Makefile.am suricatasc: move into python/ 2018-03-28 08:49:41 +02:00
setup.py python: fixes for out of tree build 2018-05-23 14:47:57 +02:00