Move python modules from source4/scripting/python/ to python/.
[samba.git] / source4 / web_server / wsgi.c
index 17ad65afe41276781bd583573656688dd892d46e..f0e7bd59b854d26f60c008f60466942190d8cad4 100644 (file)
@@ -26,7 +26,7 @@
 #include "../lib/util/dlinklist.h"
 #include "lib/tls/tls.h"
 #include "lib/tsocket/tsocket.h"
-#include "scripting/python/modules.h"
+#include "python/modules.h"
 
 /* There's no Py_ssize_t in 2.4, apparently */
 #if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5