Browse Source

3: Auto stash before merge of "master3" and "origin/master3"

pull/283/head
Unknown 8 years ago
parent
commit
6c3a9cbd83
  1. 2
      pytrustnfe/xml/__init__.py

2
pytrustnfe/xml/__init__.py

@ -7,7 +7,7 @@ from lxml import etree
from lxml import objectify
from jinja2 import Environment, FileSystemLoader
from . import filters
import re
def recursively_empty(e):
if e.text:

Loading…
Cancel
Save