Merge pull request #340 from cclauss/patch-1

Fix compatibility with python 3
This commit is contained in:
CTCaer 2020-01-07 06:14:51 +02:00 committed by GitHub
commit 4e5ded7cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
import re
import sys
def parse_defs(fname):
f = open(fname, "r")