Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Bundle.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-19 16:19:24 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-21 11:51:11 (GMT)
commit22f0c6ef272e7400a57f44e75a562eded95337af (patch)
tree9526f37770001f58b484a6ad7407aa7ddab95109 /Bundle.py
parente59ebea703fcdbdba29d39bdd0e367fbd1753e5e (diff)
...
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)