~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_plugins.py

  • Committer: Blake Winton
  • Date: 2007-10-16 18:26:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2921.
  • Revision ID: bwinton@latte.ca-20071016182612-e06wjvlzzdw0vwki
Fix test failures

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
        outfile = open(os.path.join('plugin_test', 'ts_plugin.py'), 'w')
175
175
        try:
176
176
            outfile.write(template % (tempattribute, 'plugin'))
177
 
            ourfile.write('\n')
 
177
            outfile.write('\n')
178
178
        finally:
179
179
            outfile.close()
180
180