Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/graphics/slideshow6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/graphics/slideshow b/data/graphics/slideshow
index 225c1a4..186c731 100644
--- a/data/graphics/slideshow
+++ b/data/graphics/slideshow
@@ -1,5 +1,4 @@
-# image: take a picture
-
+# slideshow: show datastore photos
import gst, pippy, pygame, sys, time
from random import *
@@ -61,4 +60,5 @@ while pippy.pygame.next_frame():
screen.fill(bgcolor)
screen.blit(newImage, newImageRect)
- pygame.display.flip() \ No newline at end of file
+ pygame.display.flip()
+