summaryrefslogtreecommitdiffstats
path: root/src/ogConfig.py
Commit message (Collapse)AuthorAgeFilesLines
* Make OG_PATH publicJavier Sanchez Parra2020-03-201-0/+2
| | | | | This commit changes the OG_PATH to a public varible of the class ogConfig. This way we improve the configurability of the path.
* pep-0008 cleanupOpenGnSys Support Team2020-02-211-5/+5
| | | | | | | From pep-0008: Method Names and Instance Variables Use the function naming rules: lowercase with words separated by underscores as necessary to improve readability.
* Include License headerAlvaro Neira Ayuso2020-01-191-0/+8
|
* Create new ogClientAlvaro Neira Ayuso2020-01-191-0/+24
This commit init the new ogClient. The new ogClient has support for configuring and for connecting with the ogAdminServer.