Skip to content

Commit 5029ea5

Browse files
committed
-
1 parent d19ec51 commit 5029ea5

File tree

3 files changed

+1
-253
lines changed

3 files changed

+1
-253
lines changed

source_py2/python_toolbox/cute_inspect/forked_inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import tokenize
3939
import linecache
4040
from operator import attrgetter
41-
from python_toolbox.third_party.namedtuple import namedtuple
41+
from collections import namedtuple
4242

4343
# These constants are from Include/code.h.
4444
CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS = 0x1, 0x2, 0x4, 0x8

source_py2/python_toolbox/third_party/namedtuple.py

Lines changed: 0 additions & 126 deletions
This file was deleted.

source_py3/python_toolbox/third_party/namedtuple.py

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)