summaryrefslogtreecommitdiffstats
path: root/examples/tests_using_baseclass.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix python files in the 'examples' directoryValerii Ponomarov2019-12-231-5/+11
| | | | | | | | | | | | Fix consists of following things: - Add py2/3 compatibility - Place imports into 3 different groups and reorder them alphabetically. As it is written in the "pep8" [1]. [1] https://www.python.org/dev/peps/pep-0008/ Change-Id: Iad1c6c409d2711f8c9b2d929d29072953fd49d8e Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
* Adding example files to demonstrate how to use functions available inShwethaHP2018-01-161-0/+72
glustolibs-gluster libs Change-Id: I44f559dd0477f97278b1444e7a6d292ca58b99dc Signed-off-by: ShwethaHP <spandura@redhat.com>