Trees | Indices | Help |
---|
|
1 """add build requires to build_chroot 2 3 Revision ID: 227f6bf8f10b 4 Revises: cab566cc7dfb 5 Create Date: 2017-08-05 20:26:41.288965 6 7 """ 8 9 # revision identifiers, used by Alembic. 10 revision = '227f6bf8f10b' 11 down_revision = 'cab566cc7dfb' 12 13 from alembic import op 14 import sqlalchemy as sa 15 16 19 20 23
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |