changeset 27:934c510f8077

Fix the imports
author Benoît Allard <benoit.allard@greenbone.net>
date Fri, 24 Oct 2014 17:06:34 +0200
parents 809db989cac5
children e317097af486
files farolluz/parsers/cvrf.py
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/farolluz/parsers/cvrf.py	Fri Oct 24 17:01:26 2014 +0200
+++ b/farolluz/parsers/cvrf.py	Fri Oct 24 17:06:34 2014 +0200
@@ -38,11 +38,13 @@
 except ImportError:
     from ..py2 import FixedTimeZone as timezone
 
-from ..cvrf import (CVRF, CVRFPublisher, CVRFTracking, CVRFRevision, CVRFNote,
-    CVRFAcknowledgment, CVRFProductBranch, CVRFFullProductName, CVRFGenerator,
-    CVRFRelationship, CVRFVulnerability, CVRFVulnerabilityID, CVRFThreat,
-    CVRFProductStatus, CVRFCVSSSet, CVRFReference, CVRFRemediation, CVRFGroup,
-    CVRFInvolvement, CVRFCWE, CVRFTrackingID, CVRFAggregateSeverity)
+from ..common import CVRFNote, CVRFAcknowledgment, CVRFReference
+from ..document import (CVRF, CVRFPublisher, CVRFTracking, CVRFRevision,
+    CVRFGenerator, CVRFAggregateSeverity, CVRFTrackingID)
+from ..producttree import (CVRFProductBranch, CVRFFullProductName,
+    CVRFRelationship, CVRFGroup)
+from ..vulnerability import (CVRFVulnerability, CVRFVulnerabilityID, CVRFThreat,
+    CVRFProductStatus, CVRFCVSSSet, CVRFRemediation, CVRFInvolvement, CVRFCWE)
 
 NAMESPACES = {
     'cvrf': "http://www.icasi.org/CVRF/schema/cvrf/1.1",
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)