Commit 594adac0 authored by Skip Montanaro's avatar Skip Montanaro

hoist contents of csv submodule up to the package level

parent 502168a8
...@@ -4,7 +4,7 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment