~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/shelf_ui.py

  • Committer: Patch Queue Manager
  • Date: 2011-11-24 17:25:41 UTC
  • mfrom: (6289.2.1 move-patches-errors)
  • Revision ID: pqm@pqm.ubuntu.com-20111124172541-3y61o9wf6onqh84q
(jelmer) Move patches exceptions to bzrlib.errors. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
 
18
18
from cStringIO import StringIO
19
 
import os
20
19
import shutil
21
20
import sys
22
21
import tempfile