Skip to content

Commit

Permalink
Added dot for relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
gfdsa committed Aug 20, 2019
1 parent 9b50233 commit 1750e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fortify/externalmetadata.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from lxml.etree import ElementNamespaceClassLookup
from lxml.objectify import ObjectifyElementClassLookup, ElementMaker, ObjectifiedElement
from lxml import objectify
from fvdl import FortifyObjectifiedDataElement
from .fvdl import FortifyObjectifiedDataElement

ExternalMetadataParser = objectify.makeparser(ns_clean=True,
remove_blank_text=True,
Expand Down Expand Up @@ -43,4 +43,4 @@ def get_shortcuts_for_name(self, name):
nsmap={
None: 'xmlns://www.fortifysoftware.com/schema/externalMetadata'
}
)
)

0 comments on commit 1750e67

Please sign in to comment.