Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Bundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'Bundle.py')
-rw-r--r--Bundle.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bundle.py b/Bundle.py
index c2f2a35..1d311fe 100644
--- a/Bundle.py
+++ b/Bundle.py
@@ -19,6 +19,9 @@ def save(filepath):
pass
"""
+import zipfile
+import StringIO
+
pics = self.getpics(self.imgdir)
pixbuf = gtk.gdk.pixbuf_new_from_file(pics[self.imgstartindex])
scaled_buf = pixbuf.scale_simple(IMGWIDTH,IMGHEIGHT,gtk.gdk.INTERP_BILINEAR)