diff --git a/plugins/pyloader/src/testsuite/test-python_loader.cc b/plugins/pyloader/src/testsuite/test-python_loader.cc index e826cfe..12e5b27 100644 --- a/plugins/pyloader/src/testsuite/test-python_loader.cc +++ b/plugins/pyloader/src/testsuite/test-python_loader.cc @@ -92,7 +92,9 @@ main(int argc, char** argv) // FIXME : Maybe activating a policy only to configure it is an overkill? // Who gives a fuck about it? pgk.activate_policy(&his, pol); - pol->configure(); + + //already done by activate_policy + //pol->configure(); } catch (UserInterruptException e) {