/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: John Arbash Meinel
  • Date: 2005-07-02 19:54:42 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20050702195442-f94d66c7fd15cc39
SUCCESS, we now are able to validate the inventory XML.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        else:
104
104
            f = open(filename, 'U')
105
105
 
106
 
        cset_info, cset_tree = read_changeset.read_changeset(f, b)
 
106
        cset_info, cset_tree, cset_inv = read_changeset.read_changeset(f, b)
107
107
        print cset_info
108
108
        print cset_tree
 
109
        print cset_inv
109
110
 
110
111
 
111
112