~loggerhead-team/loggerhead/trunk-rich

262.2.1 by Martin Pool
Stub code to allow loggerhead to load as a plugin
1
# Copyright 2009 Canonical Ltd
2
3
# This file allows loggerhead to be treated as a plugin for bzr.
4
#
5
# XXX: Because loggerhead already contains a loggerhead directory, much of the code
6
# is going to live in bzrlib.plugins.loggerhead.loggerhead.  But moving it can
7
# wait. -- mbp 20090123
8
9
"""Loggerhead web viewer for Bazaar branches."""
10
11
import bzrlib
12
from bzrlib.api import require_api
13
14
require_api(bzrlib, (1, 11, 0))