mirror of
https://github.com/CTCaer/hekate
synced 2024-11-17 17:39:30 +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 re
|
||||||
|
import sys
|
||||||
|
|
||||||
def parse_defs(fname):
|
def parse_defs(fname):
|
||||||
f = open(fname, "r")
|
f = open(fname, "r")
|
||||||
|
|
Loading…
Reference in a new issue