parent
9ac3f564c8
commit
07d9ef9ba1
|
@ -18,9 +18,9 @@ import xml.etree.cElementTree as ET
|
||||||
# on Python 2&3 #
|
# on Python 2&3 #
|
||||||
# ---------------------------------------------------------------- #
|
# ---------------------------------------------------------------- #
|
||||||
try:
|
try:
|
||||||
test=isinstance('test', unicode)
|
test = isinstance('test', unicode)
|
||||||
except(NameError):
|
except(NameError):
|
||||||
unicode=str
|
unicode = str
|
||||||
|
|
||||||
|
|
||||||
def lables_to_path(label, dsXMLPath=None):
|
def lables_to_path(label, dsXMLPath=None):
|
||||||
|
|
Loading…
Reference in New Issue