mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-11 12:56:41 +00:00
Merge pull request #340 from cclauss/patch-1
Fix compatibility with python 3
This commit is contained in:
commit
4e5ded7cb3
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