Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.py b/src/main.py
index 1ccfbb8..1bb91af 100644
--- a/src/main.py
+++ b/src/main.py
@@ -17,10 +17,6 @@
import os
import gettext
-# HACK we need to import numpy before gtk otherwise we traceback in
-# some locales. See http://dev.laptop.org/ticket/5559.
-import numpy
-
import pygtk
pygtk.require('2.0')
import gtk