#include <datetime.h>
#include <rrd.h>
#define HAVE_RRD_GRAPH
/* Some macros to maintain compatibility between Python 2.x and 3.x */
#if PY_MAJOR_VERSION >= 3
#define HAVE_PY3K