##// END OF EJS Templates
removed duplicate code that set os.environ['RC_SCM_DATA']...
removed duplicate code that set os.environ['RC_SCM_DATA'] this was done via __inject_extras anyway

File last commit:

r833:9753e090 beta
r3823:972ad33c beta
Show More
manage.py_tmpl
5 lines | 115 B | text/plain | TextLexer
#!/usr/bin/env python
from migrate.versioning.shell import main
if __name__ == '__main__':
main(%(defaults)s)