##// END OF EJS Templates
Fixed issue with get_user_home function returned None, and some code didn't like that. We really don't need this since it's VCS cli
Fixed issue with get_user_home function returned None, and some code didn't like that. We really don't need this since it's VCS cli

File last commit:

r833:9753e090 beta
r2695:26fac32c 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)