Merge pull request #173 from zcho/patch-1

Fix lost import
This commit is contained in:
Fábio C. Barrionuevo da Luz 2015-01-04 13:03:15 -03:00
commit 9346057b29
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ Felipe Arruda / @arruda
Matt Warren / @mfwarren
Martin Blech
Andy Rose
Andrew Mikhnevich / @zcho
* Possesses commit rights

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from django import forms
from django.contrib import admin
from django.contrib.auth.forms import UserCreationForm, UserChangeForm
from django.contrib.auth.admin import UserAdmin as AuthUserAdmin