cppcheckdata.py: My intention is that it will be possible to use this module from any code no matter if it's open source or closed source etc. And for any purposes. Added a comment at the top.

This commit is contained in:
Daniel Marjamäki 2014-07-18 17:57:02 +02:00
parent d003a47826
commit 4a784ce2e9
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# Module that loads a cppcheck dump
# Python module that loads a cppcheck dump
# License: No restrictions, use this as you need.
from lxml import etree