Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colors.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-03-17 01:52:35 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-03-17 01:52:35 (GMT)
commit9a45cb7aaece80bb513f188a3696045f401019d8 (patch)
tree6a807a9827317cb970f3089fea565fcb98d2f7a6 /colors.py
parent7caf8355a03560c239e9369b21fe2f872e38fecf (diff)
Use python version to separate binary blobs
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