/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to commitmsgs.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-20 16:16:57 UTC
  • Revision ID: jelmer@canonical.com-20111220161657-zjn6rqjrw8ouehf8
Drop support for old bencode location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
17
 
try:
18
 
    from bzrlib import bencode
19
 
except ImportError:
20
 
    from bzrlib.util import bencode
21
 
 
22
 
from bzrlib import osutils
 
17
from bzrlib import (
 
18
    bencode,
 
19
    osutils,
 
20
    )
23
21
 
24
22
class SavedCommitMessagesManager(object):
25
23
    """Save global and per-file commit messages.