From cac4c08c489753b90170a550e0ef349d8178f4fe Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 16 Sep 2008 18:15:31 +0000 Subject: Really get rid of numpy. --- 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 -- cgit v0.9.1