Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Char.py
diff options
context:
space:
mode:
Diffstat (limited to 'Char.py')
-rw-r--r--Char.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Char.py b/Char.py
index c00b4ce..6a2e1eb 100644
--- a/Char.py
+++ b/Char.py
@@ -14,8 +14,6 @@
import gtk
-Size = (100, 100)
-
class Char:
id = 0
pixbuf = None #gtk.gdk.Pixbuf()
@@ -25,6 +23,7 @@ def themes():
"""
+import pickle
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)