Berker Peksag
2016-05-16 c38e65ea61c968cd4ea080987ecdd96c3724a6a9
Delete duplicate getargspec imports
1 files modified
5 ■■■■■ changed files
pyramid/compat.py 5 ●●●●● patch | view | raw | blame | history
pyramid/compat.py
@@ -213,11 +213,6 @@
    input_ = input
if PY2:
    from inspect import getargspec
else:
    from inspect import getfullargspec as getargspec
if PY2:
    from io import BytesIO as NativeIO
else:
    from io import StringIO as NativeIO