##// END OF EJS Templates
moved top-level tests to rhodecode/tests/other....
moved top-level tests to rhodecode/tests/other. - There are no toplevel tests - moved proper files to fixtures where they should be in the first place

File last commit:

r833:9753e090 beta
r3824:a5746b83 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)