~ubuntu-branches/ubuntu/trusty/pitivi/trusty

« back to all changes in this revision

Viewing changes to common/c-to-xml.py

* New upstream pre-release:
  + debian/control:
    - Update dependencies.
* debian/control:
  + Update Standards-Version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    # print content
31
31
    print saxutils.escape(content).encode('UTF-8')
32
32
    print '</programlisting>'
33
 
        
 
33
 
34
34
main()