X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/d8d81d1b049836f7d4fae7b0077a8ce9e2fc43ac..2fa7b5dbd2e7b53d4f91cd9136263658933f56f0:/atom-base.c diff --git a/atom-base.c b/atom-base.c index 62a45a6..68ab64b 100644 --- a/atom-base.c +++ b/atom-base.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Atom stuff * * (c) 2005 Straylight/Edgeware @@ -156,7 +154,7 @@ static long atom_pyhash(PyObject *me) PyTypeObject atom_pytype = { PyObject_HEAD_INIT(0) 0, /* Header */ - "atom.Atom", /* @tp_name@ */ + "mLib.Atom", /* @tp_name@ */ sizeof(atom_pyobj), /* @tp_basicsize@ */ 0, /* @tp_itemsize@ */