From: Olivier Larchevêque Date: Thu, 12 Jul 2012 16:04:35 +0000 (-0400) Subject: useless imports X-Git-Tag: 1.6.5~56 X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=commitdiff_plain;h=614b143d408d13ebd160b054f311a385f9a0db39 useless imports --- diff --git a/project/rh/admin.py b/project/rh/admin.py index 368f99f..f8ac5fa 100644 --- a/project/rh/admin.py +++ b/project/rh/admin.py @@ -23,12 +23,9 @@ from project.permissions import get_region_user, \ user_can_change_obj, \ user_can_delete_obj -import project.rh.models as rh -from project.rh.forms import \ - ContratForm, AyantDroitForm, EmployeAdminForm, AjaxSelect, DossierForm -from project.rh.change_list import ChangeList from project.rh.forms import ContratForm, AyantDroitForm, EmployeAdminForm, \ - AjaxSelect, DossierForm, ResponsableInlineForm + AjaxSelect, DossierForm, ResponsableInlineForm +from project.rh.change_list import ChangeList class BaseAdmin(admin.ModelAdmin):