[gnome-games/sudoku-pygobject] sudoku: comment this for now



commit 1240b8d0a7426a1c7a37bf5023b992c2379cbec7
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Sun Jan 16 03:25:53 2011 +0100

    sudoku: comment this for now

 gnome-sudoku/src/lib/main.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gnome-sudoku/src/lib/main.py b/gnome-sudoku/src/lib/main.py
index 319dc15..cf3e52b 100644
--- a/gnome-sudoku/src/lib/main.py
+++ b/gnome-sudoku/src/lib/main.py
@@ -1,9 +1,9 @@
 # -*- coding: utf-8 -*-
-try:
-    import pygtk
-    pyGtk.require('2.0')
-except ImportError, err:
-    print ("PyGTK not found. Please make sure it is installed properly and referenced in your PYTHONPATH environment variable.")
+#try:
+#    import pygtk
+#    pyGtk.require('2.0')
+#except ImportError, err:
+#    print ("PyGTK not found. Please make sure it is installed properly and referenced in your PYTHONPATH environment variable.")
 
 import os.path
 import threading



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]