~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/gio_transport.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-28 17:33:25 UTC
  • mfrom: (5268.1.1 various)
  • Revision ID: pqm@pqm.ubuntu.com-20100528173325-acmy2lmlj07y26e4
(vila) Fix gio-related test failures (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
        f = None
305
305
        fout = None
306
306
        try:
 
307
            closed = True
307
308
            try:
308
309
                f = self._get_GIO(tmppath)
309
310
                fout = f.create()