aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/migrations/0003_merge.py
blob: b0f6b163b2f916f1830af6a4558b0da3c3258594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('bldcontrol', '0002_add_cancelling_state'),
        ('bldcontrol', '0002_auto_20160120_1250'),
    ]

    operations = [
    ]