import sys for lines 17 and 34

This commit is contained in:
Christian Clauss 2020-01-04 18:05:42 +01:00 committed by GitHub
parent 562a6fb61d
commit 50f31cad14
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")