MANIFEST.in: Rewrite it because it was missing things.
[mLib-python] / atom-base.c
index 62a45a6..68ab64b 100644 (file)
@@ -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@ */