Searched defs:specfile (Results 1 - 1 of 1) sorted by relevance

/solaris-desktop/scripts/
H A Dtransform.py41 specfile = sys.argv[1] variable
49 rf = open(specfile)
51 print "Error: can not open the file " + specfile
55 wf = open(specfile + ".new", "w")
57 print "Error: can not open the file " + specfile + ".new for writing"

Completed in 19 milliseconds