Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > bfe23424917db91b6d578a32590f5cc3 > files > 2

labyrinth-0.4.0-3.mga3.src.rpm

--- ./src/utils.py.orig	2011-04-30 10:46:08.000000000 +0200
+++ ./src/utils.py	2011-04-30 10:46:29.000000000 +0200
@@ -26,7 +26,7 @@
 import sys
 from os.path import *
 import os
-from Numeric import *
+from numpy import *
 import gtk
 
 __BE_VERBOSE=os.environ.get('DEBUG_LABYRINTH',0)