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
import os
import re
import string
from pprint import *
@ -190,3 +191,4 @@ f.write (progs_dat + '\n\n')
for l in qcc_list:
f.write(l + '\n')
f.close ()
os.execlp ("qfcc", "qfcc")