~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to shelf.py

  • Committer: Michael Ellerman
  • Date: 2005-11-29 07:16:13 UTC
  • mto: (0.3.1 shelf-dev) (325.1.2 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 334.
  • Revision ID: michael@ellerman.id.au-20051129071613-968560d23c9eb91b
RemoveĀ unneededĀ imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
from patches import parse_patches
4
4
import os
5
5
import sys
6
 
import string
7
 
import glob
8
 
import bzrlib
9
6
from bzrlib.commands import Command
10
7
from bzrlib.branch import Branch
11
8
from bzrlib import DEFAULT_IGNORE