~jelmer/brz/colocated-spec

« back to all changes in this revision

Viewing changes to breezy/doc/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
 
"""Documentation for brzlib.
 
17
"""Documentation for breezy.
18
18
 
19
 
See brzlib.doc.api for api documentation and in the future brzlib.doc.man
 
19
See breezy.doc.api for api documentation and in the future breezy.doc.man
20
20
for man page generation.
21
21
"""
22
22
 
29
29
    suite.addTests(basic_tests)
30
30
 
31
31
    testmod_names = [
32
 
        'brzlib.doc.api',
 
32
        'breezy.doc.api',
33
33
        ]
34
34
 
35
35
    # add the tests for the sub modules