/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python3
#
# Call the command line interface for Epydoc.
#

"""Wrapper around Epydoc that just makes it understand brz's lazy imports."""

# This will enable the lazy_import compatibility code
import brz_epydoc_uid

from epydoc.cli import cli
cli()