jjburton/cgmTools

Py3 Merge Back

jjburton opened this issue · 2 comments

Work through getting merge back from py3 branch to py2 (if possible)

Don't work:
-cgm.core.lib.zoo.
-cgm.lib.zoo
-just dont' migrate all of zoo
-cgmToolbox.py/mel
-cgm.core.cgmPy.path_Utils
-cgm.core.cgmPy.os_Utils

Syntax issues:
Can't do f"{}" style formatting

        #_comb = f"{node}.{a}"
        _comb = "{}.{}".format(node,a)