Remove the old timeline

This commit is contained in:
Marco Pesenti Gritti
2007-03-12 18:13:01 +01:00
parent d91c7a90e4
commit d389933b77
3 changed files with 1 additions and 119 deletions
+1 -1
View File
@@ -31,6 +31,6 @@ init_sugar(void)
py_sugar_register_classes (d);
if (PyErr_Occurred ()) {
Py_FatalError ("can't initialise module globalkeys");
Py_FatalError ("can't initialise module _sugar");
}
}