In the example, make sure all the imports are done.

This commit is contained in:
Fred Drake 1998-08-07 16:03:32 +00:00
parent 3700b6f94e
commit 60c3cafc24
1 changed files with 2 additions and 3 deletions

View File

@ -131,13 +131,12 @@ called directly, so they are not documented here. For details,
consult the module code.
\subsection{SMTP Example}
\label{SMTP-example}
\subsection{SMTP Example \label{SMTP-example}}
% really need a little description here...
\begin{verbatim}
import sys, rfc822
import rfc822, string, sys
def prompt(prompt):
sys.stdout.write(prompt + ": ")