aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/parsers/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2023-12-13fix(Interfaces): do not use JsonParserVratko Polak1-16/+0
In past, there perhaps were Robot keywords needing JsonParser. But now the single remaining call site can call json.loads directly. + Delete now unused resources/libraries/python/parsers/. Change-Id: I9c5d94d6b320f917f1f621abb83556ebccadc3ec Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2016-12-16Pylint fixesTibor Frank1-0/+4
- Fix PyLint errors - Fix comments in touched python modules Change-Id: I26db2d292a41969cf38b9b0bdd49c4fb15349102 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2016-02-08New version of RF tests.Stefan Kobza1-0/+12
Change-Id: I241a2b7a7706e65f71cfd4a62e2a40f053fc5d07 Signed-off-by: Stefan Kobza <skobza@cisco.com>