diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-02 20:47:30 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-02 20:47:30 +0200 |
commit | 32ab6d75bd1cd5163e8d21d0d49cd538b36612e0 (patch) | |
tree | 3b9881e932b4dabf8da7c30d25feaf8185365e19 /archaeological_warehouse/wizards.py | |
parent | 340f41d071d1477e21c2a829341144a6b84be1a6 (diff) | |
download | Ishtar-32ab6d75bd1cd5163e8d21d0d49cd538b36612e0.tar.bz2 Ishtar-32ab6d75bd1cd5163e8d21d0d49cd538b36612e0.zip |
Pep8
Diffstat (limited to 'archaeological_warehouse/wizards.py')
-rw-r--r-- | archaeological_warehouse/wizards.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_warehouse/wizards.py b/archaeological_warehouse/wizards.py index c40894c25..833c1c697 100644 --- a/archaeological_warehouse/wizards.py +++ b/archaeological_warehouse/wizards.py @@ -19,7 +19,6 @@ from django.shortcuts import render_to_response from django.template import RequestContext -from django.utils.translation import ugettext_lazy as _ from archaeological_finds.wizards import TreatmentWizard from archaeological_finds.models import Treatment |