mirror of https://github.com/python/cpython
Fixed missing import.
This commit is contained in:
parent
9c78658670
commit
4db70f3580
|
@ -25,6 +25,7 @@ import logging
|
|||
import logging.handlers
|
||||
import logging.config
|
||||
|
||||
import codecs
|
||||
import copy
|
||||
import cPickle
|
||||
import cStringIO
|
||||
|
|
Loading…
Reference in New Issue