execute qfcc on completion for that one stop shopping experience

This commit is contained in:
Bill Currie 2001-06-04 18:20:14 +00:00
parent e090f3c9e3
commit 1b930b73d1

View file

@ -1,5 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
import os
import re import re
import string import string
from pprint import * from pprint import *
@ -190,3 +191,4 @@ f.write (progs_dat + '\n\n')
for l in qcc_list: for l in qcc_list:
f.write(l + '\n') f.write(l + '\n')
f.close () f.close ()
os.execlp ("qfcc", "qfcc")