blob: 490848dea8aeea17fc61467c1f07433113447ced [file] [log] [blame]
Guido van Rossum95664081994-09-14 13:23:36 +00001/* Header file to be included by modules using new naming conventions */
Guido van Rossumcaa63801995-01-12 11:45:45 +00002#define Py_USE_NEW_NAMES
Guido van Rossum95664081994-09-14 13:23:36 +00003#include "allobjects.h"