change indentation to 4 sapces

PEP8 checking suggestions
This commit is contained in:
chen 2016-10-14 10:41:35 -04:00
parent 9ac3f564c8
commit 07d9ef9ba1
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ import xml.etree.cElementTree as ET
# on Python 2&3 #
# ---------------------------------------------------------------- #
try:
test=isinstance('test', unicode)
test = isinstance('test', unicode)
except(NameError):
unicode=str
unicode = str
def lables_to_path(label, dsXMLPath=None):