~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-16 12:04:16 UTC
  • mto: This revision was merged to the branch mainline in revision 6144.
  • Revision ID: jriddell@canonical.com-20110916120416-dfj5d78u4y1ht0ko
add missing import

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    osutils,
24
24
    ui, 
25
25
    )
26
 
 
 
26
from bzrlib.i18n import gettext
27
27
 
28
28
class AddAction(object):
29
29
    """A class which defines what action to take when adding a file."""