]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/rearrangement.py
Add a test for my construction of LL(pi(K,H)).
[sage.d.git] / mjo / cone / rearrangement.py
index 0df1daf054ecefecafac59e09f00559e7fa1cad8..38b5931d6b6f48ea6ed5517e01d255b8626e03b5 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 rearrangement_cone(p,n):