.github
debian
docs
LICENSE
config-guide.md
contributing.md
design.md
user-guide.md
vppcfg
.gitignore
.pylintrc
LICENSE
Makefile
README.md
setup.py
Fixed python load paths so that vppcfg will work installed as python library and standalone from the source directory, fixing load pathes for resources such as yaml files along the way. Added a make target for pylint called 'make check-style', fixed a number of minor pylint issues along the way. Signed-off-by: Ray Kinsella <mdr@ashroe.eu>