summaryrefslogtreecommitdiff
path: root/docs/gl_objects/namespaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gl_objects/namespaces.py')
-rw-r--r--docs/gl_objects/namespaces.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/gl_objects/namespaces.py b/docs/gl_objects/namespaces.py
deleted file mode 100644
index fe50697..0000000
--- a/docs/gl_objects/namespaces.py
+++ /dev/null
@@ -1,7 +0,0 @@
-# list
-namespaces = gl.namespaces.list()
-# end list
-
-# search
-namespaces = gl.namespaces.list(search='foo')
-# end search