File: migrate-for-tests

package info (click to toggle)
migrate 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 968 kB
  • sloc: python: 5,854; makefile: 95; sh: 91
file content (7 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/usr/bin/python
import sys

sys.path.append("REPLACE_THIS_PATH")
from migrate.versioning.shell import main

sys.exit(main())