[Zope3-checkins] CVS: Zope3/src/persistence - persistence.c:1.1.2.2
Barry Warsaw
barry@wooz.org
Mon, 23 Dec 2002 15:22:21 -0500
Update of /cvs-repository/Zope3/src/persistence
In directory cvs.zope.org:/tmp/cvs-serv990/src/persistence
Modified Files:
Tag: NameGeddon-branch
persistence.c
Log Message:
Got the build process working, including setup.py and the compilation
of the .c files.
=== Zope3/src/persistence/persistence.c 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/persistence/persistence.c:1.1.2.1 Mon Dec 23 14:30:40 2002
+++ Zope3/src/persistence/persistence.c Mon Dec 23 15:21:50 2002
@@ -13,7 +13,7 @@
#include "Python.h"
#include <assert.h>
#include "structmember.h"
-#include "cPersistence.h"
+#include "persistence.h"
static char PyPersist_doc_string[] =
"Defines Persistent mixin class for persistent objects.\n"