diff options
Diffstat (limited to 'archaeological_finds/models.py')
| -rw-r--r-- | archaeological_finds/models.py | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py index ab3686f08..2f7c547b8 100644 --- a/archaeological_finds/models.py +++ b/archaeological_finds/models.py @@ -1,14 +1,14 @@  from archaeological_finds.models_finds import MaterialType, ConservatoryState,\ -    PreservationType, IntegrityType, RemarkabilityType, ObjectType, BaseFind, \ +    IntegrityType, RemarkabilityType, ObjectType, BaseFind, \      FindBasket, Find, FindSource, Property, CHECK_CHOICES, BatchType, \      BFBulkView, FBulkView, FirstBaseFindView, AlterationType, \ -    AlterationCauseType, TreatmentEmergencyType -from archaeological_finds.models_treatments import TreatmentType, Treatment, \ +    AlterationCauseType, TreatmentEmergencyType, TreatmentType +from archaeological_finds.models_treatments import Treatment, \      AbsFindTreatments, FindUpstreamTreatments, FindDownstreamTreatments, \      FindTreatments, TreatmentSource, TreatmentFile, TreatmentFileType, \      TreatmentFileSource, TreatmentState -__all__ = ['MaterialType', 'ConservatoryState', 'PreservationType', +__all__ = ['MaterialType', 'ConservatoryState',             'IntegrityType', 'RemarkabilityType', 'ObjectType',             'BaseFind', 'FindBasket', 'Find', 'FindSource', 'Property',             'BFBulkView', 'FBulkView', 'FirstBaseFindView', 'AlterationType', | 
