use if main conditional in manage.py script
This commit is contained in:
parent
8e01817b97
commit
aff0896e16
@ -1,3 +1,13 @@
|
||||
0.6.1 (xxxxxxx)
|
||||
---------------------------
|
||||
|
||||
Fixed bugs
|
||||
******************
|
||||
|
||||
- updated tests for Python 2.7
|
||||
- added if main condition for manage.py script
|
||||
- fixed case sensitivity in setup.py dependencies
|
||||
|
||||
0.6 (11.07.2010)
|
||||
---------------------------
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from migrate.versioning.shell import main
|
||||
|
||||
main(%(defaults)s)
|
||||
if __name__ == '__main__':
|
||||
main(%(defaults)s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user