/[fenfire]/fenfire/org/fenfire/bin/fenpdf10.py
ViewVC logotype

Diff of /fenfire/org/fenfire/bin/fenpdf10.py

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

revision 1.24 by mudyc, Tue Aug 12 09:27:31 2003 UTC revision 1.25 by mudyc, Tue Aug 12 09:58:58 2003 UTC
# Line 117  do_load_graph = 0 Line 117  do_load_graph = 0
117    
118  # automatic system for previous  # automatic system for previous
119  if os.path.isfile(FILE):  if os.path.isfile(FILE):
120      p('usin load function to have the the old graph back.')      print 'Loading the RDF graph from the file %s', FILE
121      do_load_graph = 1      do_load_graph = 1
122  else:  else:
123        print 'Creating a new RDF graph'
124      do_load_graph = 0      do_load_graph = 0
     p('better to make a new graph for you.')  
125    
126    
127  # Create fen with swamps.  # Create fen with swamps.

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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