Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/deck.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-09-28 18:55:03 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-09-28 18:55:03 (GMT)
commit2b8491cacde6c5e9b1c1dc2b24b780463329ff0d (patch)
treee6f74855d044f0bcb9d9790a80f8361e4f70c795 /deck.py
parent3b7752d1a6a08231f3eab7d339fec263ba9ec2b4 (diff)
gtk-3 port
Diffstat (limited to 'deck.py')
-rw-r--r--deck.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/deck.py b/deck.py
index ca145f3..47573e1 100644
--- a/deck.py
+++ b/deck.py
@@ -10,9 +10,6 @@
# Foundation, 51 Franklin Street, Suite 500 Boston, MA 02110-1335 USA
-import pygtk
-pygtk.require('2.0')
-import gtk
from random import randrange
from constants import HIGH, MEDIUM, LOW, FILLS, SHAPES, NUMBER, COLORS, \