diff options
Diffstat (limited to 'repoze/bfg/paster_templates/zodb/setup.py_tmpl')
| -rw-r--r-- | repoze/bfg/paster_templates/zodb/setup.py_tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/paster_templates/zodb/setup.py_tmpl b/repoze/bfg/paster_templates/zodb/setup.py_tmpl index dd2665e20..6fc85b716 100644 --- a/repoze/bfg/paster_templates/zodb/setup.py_tmpl +++ b/repoze/bfg/paster_templates/zodb/setup.py_tmpl @@ -32,7 +32,7 @@ setup(name='{{project}}', install_requires=[ 'repoze.bfg', 'repoze.zodbconn', - 'repoze.tm2', + 'repoze.tm', 'ZODB3', ], tests_require=[ |
