Python 2.5 try/except reduce fix

Start getting aligner up to date
This commit is contained in:
rocky
2024-07-12 14:15:04 -04:00
parent efbd6570b0
commit cb2b90a94f
5 changed files with 19 additions and 14 deletions

View File

@@ -22,6 +22,7 @@ scanners, e.g. for Python 2.7 or 3.4.
"""
from abc import ABC
>>>>>>> Stashed changes
from array import array
from collections import namedtuple
from types import ModuleType