diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-06-30 12:51:51 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-06-30 12:51:51 +0200 |
commit | dbf0f00650200b8b4817274953f2e0b684bd622d (patch) | |
tree | 1bf085f2502e9704a7e1bf46cfc44aa039da5292 /ogcli/objects/og_client.py | |
parent | f41b5f8f9dd5672864b2dfe995e73f259741fa8b (diff) |
Rename files to remove 'og' prefix
This prefix is redundant on almost every file, so the prefix is removed from
filenames and imports.
Diffstat (limited to 'ogcli/objects/og_client.py')
-rw-r--r-- | ogcli/objects/og_client.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ogcli/objects/og_client.py b/ogcli/objects/og_client.py deleted file mode 100644 index ca91036..0000000 --- a/ogcli/objects/og_client.py +++ /dev/null @@ -1,6 +0,0 @@ -class OgClient(): - - @staticmethod - def list_clients(rest): - r = rest.get('/clients') - print(r.json()) |