From f6ff6143cb7bff3a88db12d6398a9ca9812c4d1f Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Thu, 19 Dec 2013 20:23:42 +0100 Subject: [PATCH] Todo note and remove unused import --- mutalyzer/models.py | 3 +++ mutalyzer/output.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mutalyzer/models.py b/mutalyzer/models.py index 1665d68d..32686750 100644 --- a/mutalyzer/models.py +++ b/mutalyzer/models.py @@ -14,6 +14,9 @@ Additional attributes values for the spyne String model: @todo: Use Mandatory.* models in the ClassModel extensions? @todo: See if it improves client code if we use Array(_, nillable=False). +@todo: Move all these models to the mutalyzer.services package and refactor + all uses of them in other places. The SOAP_NAMESPACE variable can then also + be moved there. """ diff --git a/mutalyzer/output.py b/mutalyzer/output.py index 3f720ea0..3ca1c8a7 100644 --- a/mutalyzer/output.py +++ b/mutalyzer/output.py @@ -27,7 +27,6 @@ import time from mutalyzer import util from mutalyzer.config import settings -from mutalyzer.models import SoapMessage class Output() : -- GitLab