/[alph]/alph/org/nongnu/alph/util/psimages.py
ViewVC logotype

Diff of /alph/org/nongnu/alph/util/psimages.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Wed Apr 16 03:44:23 2003 UTC revision 1.3 by tjl, Mon Apr 21 16:31:23 2003 UTC
# Line 10  do_all = 0 Line 10  do_all = 0
10  import os  import os
11  import re  import re
12    
13    def convertFile(block, toPrefix):
14    
15  def doPool(pool):  def doPool(pool):
16      for file in os.listdir(pool):      for file in os.listdir(pool):
17          if not file.startswith("data_"): continue          if not file.startswith("data_"): continue
# Line 31  def doPool(pool): Line 33  def doPool(pool):
33              print "RUNNING ",cmdline              print "RUNNING ",cmdline
34              os.system(cmdline)              os.system(cmdline)
35    
36  for pool in pools: doPool(pool)  if __name__ == '__main__':
37        for pool in pools: doPool(pool)
38                    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26