5 lines
95 B
Python
5 lines
95 B
Python
|
#!/usr/bin/python
|
||
|
from migrate.versioning.shell import main
|
||
|
|
||
|
main(repository='ormaptest_repo')
|