]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - test/suite.py
Reorganize the source under src/dunshire.
[dunshire.git] / test / suite.py
index e66d3add917acf2dfee4b02a96f67c39fc73a3cc..836e0ba0913543364b3d717a23373dfa18764991 100644 (file)
@@ -3,7 +3,7 @@ import doctest
 
 # Add '../' to our path.
 from site import addsitedir
-addsitedir('.')
+addsitedir('./src/dunshire')
 import cones
 import matrices
 import symmetric_linear_game