]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
Remove some unused junk from the top of rearrangement.py.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Jan 2016 05:53:09 +0000 (00:53 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Jan 2016 05:53:09 +0000 (00:53 -0500)
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):