Correct python version in driver.py

masstesting
Adam Goldsmith 7 years ago
parent 2a8124df09
commit 210eeb05dd

@ -1,4 +1,4 @@
#!/usr//bin/python
#!/usr/bin/env python2
#
# driver.py - The driver tests the correctness of the student's cache
# simulator and the correctness and performance of their transpose