Remove unnecessary imports.

Now that it's sporting a cleaner install method, these imports are
unnecessary.
This commit is contained in:
George Hartzell 2016-07-25 18:50:52 -04:00
parent bf467c5df3
commit 114da813a3

View file

@ -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):