Correct python version in driver.py

This commit is contained in:
Adam Goldsmith 2016-04-25 23:59:12 -04:00
parent 2a8124df09
commit 210eeb05dd
1 changed files with 1 additions and 1 deletions

View File

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