mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
hoist contents of csv submodule up to the package level
This commit is contained in:
parent
502168a86e
commit
594adac0bf
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
import sys
|
||||
import unittest
|
||||
from StringIO import StringIO
|
||||
from csv import csv
|
||||
import csv
|
||||
import gc
|
||||
from test.test_support import verbose
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue