mirror of
https://github.com/CTCaer/hekate.git
synced 2024-12-25 15:17:19 +00:00
Merge pull request #340 from cclauss/patch-1
Fix compatibility with python 3
This commit is contained in:
commit
4e5ded7cb3
@ -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 New Issue
Block a user