diff --git a/weirdAAL.py b/weirdAAL.py index fac3189..727d98b 100755 --- a/weirdAAL.py +++ b/weirdAAL.py @@ -15,7 +15,10 @@ import sys import builtins import re -from tabulate import tabulate +#from tabulate import tabulate +from collections.abc import Iterable +from collections import namedtuple + import textwrap # Let a user set .aws/credentials or another file as the credentials source