Remove unnecessary imports.
Now that it's sporting a cleaner install method, these imports are unnecessary.
This commit is contained in:
parent
bf467c5df3
commit
114da813a3
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
##############################################################################
|
##############################################################################
|
||||||
from spack import *
|
from spack import *
|
||||||
import os
|
|
||||||
import re
|
|
||||||
|
|
||||||
|
|
||||||
class Ack(Package):
|
class Ack(Package):
|
||||||
|
|
Loading…
Reference in a new issue