Skip to content

Commit

Permalink
Update photoviewer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Aug 21, 2014
1 parent aaea28e commit d09a557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/photoviewer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is a quick and dirty photo viewer, created to test out pcista image drawing
# Requires a file named image.png to be in the local directory
import Image, scene
import scene
from PIL import Image # I need to import Image from PIL to make it work on computer

class Button(object):
def __init__(self, x, y):
Expand Down

0 comments on commit d09a557

Please sign in to comment.