diff -u -b -B -w -p -r1.148 rpmmodule.c --- rpm/python/rpmmodule.c 21 May 2007 16:17:04 -0000 1.148 +++ rpm/python/rpmmodule.c 23 May 2007 14:00:41 -0000 @@ -241,7 +241,7 @@ void init_rpm(void) if (m == NULL) return; - rpmReadConfigFiles(rpmRcfiles, NULL); + rpmReadConfigFiles(NULL, NULL); d = PyModule_GetDict(m);