From 0a21aef601fdffb81fbf0b0cc88a8d9502b59f16 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 4 Nov 2003 17:38:13 +0000 Subject: [PATCH] fix expected output; tested with Python 2.2.1 (Redhat8) and Python 2.3 (Mac OS 10.2.8) [SVN r20658] --- test/object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/object.py b/test/object.py index 95359ee7..2800fcc7 100644 --- a/test/object.py +++ b/test/object.py @@ -2,7 +2,7 @@ >>> from object_ext import * >>> type(ref_to_noncopyable()) -object_ext.NotCopyable + >>> def print1(x): ... print x