~gtg-user/gtg/documenters-credits

« back to all changes in this revision

Viewing changes to GTG/tools/cleanxml.py

  • Committer: Izidor Matušov
  • Date: 2012-05-17 18:26:38 UTC
  • mfrom: (1175.1.14 fix-test-script)
  • Revision ID: izidor.matusov@gmail.com-20120517182638-i4jsjyo2bjhbe7ar
Merging huxan's fix so tests are working again and are mandatory to accept patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    """ Open an XML file in a robust way
99
99
 
100
100
    If file could not be opened, try:
101
 
        * file__
102
 
        * file.bak.0
103
 
        * file.bak.1
104
 
        * .... until BACKUP_NBR
 
101
        - file__
 
102
        - file.bak.0
 
103
        - file.bak.1
 
104
        - .... until BACKUP_NBR
105
105
 
106
106
    If file doesn't exist, create a new file """
107
107