~bzr-explorer-dev/bzr-explorer/ppa

« back to all changes in this revision

Viewing changes to widgets/filesystem_browser.py

  • Committer: Andrew Starr-Bochicchio
  • Date: 2010-02-28 15:00:08 UTC
  • mfrom: (321.1.12 unstable)
  • Revision ID: a.starr.b@gmail.com-20100228150008-e3i8cdyst1xc1gmy
Tags: 1.0.0final-0~bazaar1~karmic1
Merge from Debian branch retaining DebSrc format 1 to ease backporting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
from PyQt4 import QtCore, QtGui
31
31
 
32
 
from bzrlib.plugins.qbzr.lib.i18n import gettext
 
32
from bzrlib.plugins.explorer.lib.i18n import gettext
 
33
 
33
34
 
34
35
class FilesystemBrowser(QtGui.QWidget):
35
36
    """A widget for selecting a file or directory in a file system."""