~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlggz/admin.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:
10
10
 
11
11
from django.utils.translation import ugettext_lazy as _
12
12
from django.contrib import admin
13
 
from models import GGZAuth
 
13
from .models import GGZAuth
14
14
 
15
15
 
16
16
class GGZAdmin(admin.ModelAdmin):