summaryrefslogtreecommitdiffstats
path: root/ogcli/objects/og_scopes.py
diff options
context:
space:
mode:
Diffstat (limited to 'ogcli/objects/og_scopes.py')
-rw-r--r--ogcli/objects/og_scopes.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/ogcli/objects/og_scopes.py b/ogcli/objects/og_scopes.py
deleted file mode 100644
index 0bf3ca8..0000000
--- a/ogcli/objects/og_scopes.py
+++ /dev/null
@@ -1,6 +0,0 @@
-class OgScope():
-
- @staticmethod
- def list_scopes(rest):
- r = rest.get('/scopes')
- print(r.json())