galgebra
galgebra copied to clipboard
Fix deprecation warning in galgebra.lt
Mark it and fix it later.
galgebra/galgebra/lt.py:776: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
args, _varargs, _kwargs, _defaults = inspect.getargspec(f)