mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-08 11:31:44 +00:00
import sys for lines 17 and 34
This commit is contained in:
parent
562a6fb61d
commit
50f31cad14
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
import re
|
||||
import sys
|
||||
|
||||
def parse_defs(fname):
|
||||
f = open(fname, "r")
|
||||
|
|
Loading…
Reference in a new issue