Add getpass include to unit test 30

This commit is contained in:
Matt Guthaus 2018-07-09 15:53:37 -07:00
parent 7bf271fd63
commit bbc98097ac
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ sys.path.append(os.path.join(sys.path[0],".."))
import globals
from globals import OPTS
import debug
import getpass
class openram_test(openram_test):