Kaydet (Commit) ba887bb0 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Use simpler import

üst 38fc837f
......@@ -857,7 +857,7 @@ A big ugly regular expression can parse this, but using the new
\module{csv} package is much simpler:
\begin{verbatim}
from csv import csv
import csv
input = open('datafile', 'rb')
reader = csv.reader(input)
......
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