Partially addresses #23 (might still be treated as Python 2 by default)
Use try and except blocks in the library imports to properly load the libraries that are divergent across Python 2 and Python 3. (Currently also showing the work of another PR)
[x] pandamon
[x] panda-shortname (contains no divergent imports)
[x] panda-resub-taskid (contains no divergent imports)
[x] panda-kill-taskid (contains no divergent imports)
Partially addresses #23 (might still be treated as Python 2 by default)
Use
try
andexcept
blocks in the library imports to properly load the libraries that are divergent across Python 2 and Python 3. (Currently also showing the work of another PR)pandamon
(contains no divergent imports)panda-shortname
(contains no divergent imports)panda-resub-taskid
(contains no divergent imports)panda-kill-taskid