summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/wscript12
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/scripting/python/wscript b/source4/scripting/python/wscript
deleted file mode 100644
index 14e924b378..0000000000
--- a/source4/scripting/python/wscript
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python
-
-def set_options(opt):
- # enable options related to building python extensions
- opt.tool_options('python') # options for disabling pyc or pyo compilation
-
-
-def configure(conf):
- # enable tool to build python extensions
- conf.check_tool('python')
- conf.check_python_version((2,4,2))
- conf.check_python_headers()