Jan Dittberner
09180938f1
* make code PEP8 clean (addresses #18) * add copyright information to all python files git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/trunk@257 a67ec6bc-e5d5-0310-a910-815c51eb3124
5 lines
150 B
Python
5 lines
150 B
Python
#!/usr/bin/python
|
|
from migrate.versioning.shell import main
|
|
|
|
main(url='postgres://jan:heyyou97@localhost:5432/jan',
|
|
repository='ormaptest_repo')
|