suricata/python
Shivani Bhardwaj ccea7fe50a suricatactl: Make code compatible with Python 3
Call to suricatactl was failing with Python3 with the following error:
```
Traceback (most recent call last):
  File "bin/suricatactl", line 40, in <module>
    sys.exit(main())
  File "./suricata/ctl/main.py", line 50, in main
    args.func(args)
AttributeError: 'Namespace' object has no attribute 'func'
```
Fix this by making it run with Py3 just like it does with Py2.

Closes redmine ticket #2793
2019-02-24 20:00:55 +01:00
..
bin python: fixes for out of tree build 2018-05-23 14:47:57 +02:00
suricata suricatactl: Make code compatible with Python 3 2019-02-24 20:00:55 +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