mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
@ -1 +1,2 @@
|
||||||
|
from csv import *
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
import sys
|
import sys
|
||||||
import unittest
|
import unittest
|
||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
from csv import csv
|
import csv
|
||||||
import gc
|
import gc
|
||||||
from test.test_support import verbose
|
from test.test_support import verbose
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue