Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colors.py
diff options
context:
space:
mode:
Diffstat (limited to 'colors.py')
-rwxr-xr-xcolors.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/colors.py b/colors.py
index a0293cf..e2aabbe 100755
--- a/colors.py
+++ b/colors.py
@@ -39,13 +39,7 @@ except (ImportError, AttributeError):
import simplejson as json
# Import the C++ component of the activity.
-try:
- from colorsc.colorsc import *
-except:
- try:
- from colorsc.linux32.colorsc import *
- except:
- from colorsc.linux64.colorsc import *
+from colorsc import *
# Import PyGTK.
import gobject, pygtk, gtk, pango