remove obsolete manage.py_tmpl (related to issue 121)

This commit is contained in:
Jan Dittberner 2011-10-28 13:46:16 +02:00
parent 962b517b5a
commit d872960ae6
2 changed files with 0 additions and 6 deletions

View File

@ -38,7 +38,6 @@ class Template(pathed.Pathed):
if `path` is not provided.
"""
pkg = 'migrate.versioning.templates'
_manage = 'manage.py_tmpl'
def __new__(cls, path=None):
if path is None:

View File

@ -1,5 +0,0 @@
#!/usr/bin/env python
from migrate.versioning.shell import main
if __name__ == '__main__':
main(%(defaults)s)