repo.or.cz
/
worddb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
webfaction and repo.or.cz deployment done
[worddb.git]
/
libs
/
dmigrations
/
tests
/
test_migrations
/
invalid_migration_not_subclass.py
blob
598b063727462708bcfc0719b92ab6dcb8a949ba
1
class
NotMigrationSubclass
:
2
def
__init__
(
self
,
sql_up
,
sql_down
):
3
pass
4
5
migration
=
NotMigrationSubclass
(
sql_up
=
""
,
sql_down
=
""
)