summaryrefslogtreecommitdiff
path: root/test_gallery.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-11-17 22:49:33 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-11-17 22:49:33 -0800
commitad0283d00256228d58828c878425d37398b9c05a (patch)
tree78e7c097a88b04db3feb4fbca5cb585211bb5835 /test_gallery.py
parent2f550032693af38a7a5b528336112c904d6b0792 (diff)
finishing gallery
Diffstat (limited to 'test_gallery.py')
-rw-r--r--test_gallery.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test_gallery.py b/test_gallery.py
new file mode 100644
index 0000000..128fae8
--- /dev/null
+++ b/test_gallery.py
@@ -0,0 +1,4 @@
+from photoblaster.gallery import Gallery
+
+gallery = Gallery()
+print gallery.select_random()