Browse Source

Merge pull request #10 from ocms/patch-1

Update _dsig.py
pull/11/head
Junior Tada 9 years ago
committed by GitHub
parent
commit
d7cb2d0331
  1. 2
      pynfe/utils/nfse/ginfes/_dsig.py

2
pynfe/utils/nfse/ginfes/_dsig.py

@ -18,7 +18,7 @@ import pyxb.utils.six as _six
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:333e5556-9e99-11e5-bc66-b8ee65084bc8') _GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:333e5556-9e99-11e5-bc66-b8ee65084bc8')
# Version of PyXB used to generate the bindings # Version of PyXB used to generate the bindings
_PyXBVersion = '1.2.4'
_PyXBVersion = '1.2.5'
# Generated bindings are not compatible across PyXB versions # Generated bindings are not compatible across PyXB versions
if pyxb.__version__ != _PyXBVersion: if pyxb.__version__ != _PyXBVersion:
raise pyxb.PyXBVersionError(_PyXBVersion) raise pyxb.PyXBVersionError(_PyXBVersion)

Loading…
Cancel
Save