/venus

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/venus/

« back to all changes in this revision

Viewing changes to planet/shell/xslt.py

  • Committer: Sam Ruby
  • Date: 2008-04-30 16:51:41 UTC
  • Revision ID: rubys@intertwingly.net-20080430165141-szn6eidi44jmcri6
Fix for debian systems

Show diffs side-by-side

added added

removed removed

38
38
        if output_file:
39
39
            style.saveResultToFilename(output_file, output, 0)
40
40
        else:
41
 
            result = str(output)
 
41
            result = output.serialize('utf-8')
42
42
        style.freeStylesheet()
43
43
        output.freeDoc()
44
44
    elif output_file: