Don't hard-code path to logging/__init__.py or line numbers.

Allows python plugin tests to success on versions other than 3.7.
This commit is contained in:
Todd C. Miller
2020-03-11 17:18:10 -06:00
parent 6c1b155fed
commit ec78f06890
4 changed files with 22 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
#include <string.h>
#include <stdarg.h>
#include <signal.h>
#include <ctype.h>
#include <pwd.h>
#include <stdbool.h>