Index: docs/tutorial01.txt
===================================================================
--- docs/tutorial01.txt	(revision 5559)
+++ docs/tutorial01.txt	(working copy)
@@ -464,6 +464,7 @@
     datetime.datetime(2005, 7, 15, 12, 00, 53)
 
     # Change values by changing the attributes, then calling save().
+    >>> from datetime import datetime
     >>> p.pub_date = datetime(2005, 4, 1, 0, 0)
     >>> p.save()
 
