hgbook

diff en/examples/run-example @ 569:60ee738fdc0e

Fix quoting of entity declarations.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 23:32:15 2009 -0700 (2009-03-09)
parents 27043f385f3f
children 80928ea6e7ae
line diff
     1.1 --- a/en/examples/run-example	Mon Mar 09 22:55:38 2009 -0700
     1.2 +++ b/en/examples/run-example	Mon Mar 09 23:32:15 2009 -0700
     1.3 @@ -244,7 +244,7 @@
     1.4                                  ofp_basename = '%s.%s' % (self.name, out)
     1.5                                  norm = os.path.normpath(ofp_basename)
     1.6                                  example.entities[
     1.7 -                                    '<!ENTITY "interaction.%s" '
     1.8 +                                    '<!ENTITY interaction.%s '
     1.9                                      'SYSTEM "results/%s.out">'
    1.10                                      % (norm, norm)] = 1
    1.11                                  read_hint = ofp_basename + ' '