blob: e677d851bd126f12c69b511a4c2f0648ebf4bbe3 (
plain)
1
2
3
4
5
6
|
try:
from repoze.bfg.router import make_app # for import elsewhere
except ImportError:
# don't try so hard that we cause setup.py test to fail when the
# right modules aren't installed.
pass
|