Attempt to fix renaming of LinearAlgebra?

This commit is contained in:
Georges Dupéron 2017-03-28 19:18:15 +02:00
parent bac3e1e103
commit f5c9dde0ac

View File

@ -1,6 +1,6 @@
from includes import * from includes import *
from geosolver.matfunc import Vec from geosolver.matfunc import Vec
from LinearAlgebra import * from numpy.linalg import *
from camera import CameraType from camera import CameraType
from prototypeObjects import PrototypeManager from prototypeObjects import PrototypeManager