~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlmaps/migrations/0002_auto_20181119_1855.py

  • Committer: kaputtnik
  • Date: 2019-06-14 18:40:56 UTC
  • mfrom: (532.1.31 widelands)
  • Revision ID: kaputtnik-20190614184056-l0ha8pm5zais9mxk
Adapted code for use with python 3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
# Generated by Django 1.11.12 on 2018-11-19 18:55
3
 
from __future__ import unicode_literals
 
3
 
4
4
 
5
5
from django.db import migrations, models
6
6