Issue #14987: Add a missing import statement

This commit is contained in:
Brett Cannon 2012-06-02 22:28:42 -04:00
parent 361baaddcf
commit 2b88fcf693
2 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,7 @@ import re
import sys
import tokenize
import types
import warnings
from operator import attrgetter
from collections import namedtuple