]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/cone.py
Clean up some imports and fix another test failure.
[sage.d.git] / mjo / cone / cone.py
index 32e13861fdbb0cb2f806f5892cd9c90c1df051f4..49df3e9bc73b5071b4120f3ebfd41acb69921d01 100644 (file)
@@ -1,10 +1,3 @@
-# Sage doesn't load ~/.sage/init.sage during testing (sage -t), so we
-# have to explicitly mangle our sitedir here so that "mjo.cone"
-# resolves.
-from os.path import abspath
-from site import addsitedir
-addsitedir(abspath('../../'))
-
 from sage.all import *
 
 def is_lyapunov_like(L,K):