~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlscreens/migrations/0001_initial.py

  • Committer: franku
  • Date: 2019-04-11 15:06:09 UTC
  • mto: This revision was merged to the branch mainline in revision 540.
  • Revision ID: somal@arcor.de-20190411150609-801l72ffxgr6gkui
converted to python 3.6 using 2to3 script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
# Generated by Django 1.11 on 2018-04-05 20:49
3
 
from __future__ import unicode_literals
 
3
 
4
4
 
5
5
from django.db import migrations, models
6
6
import django.db.models.deletion