PY3: We support python3 now, remove error when python3 detected
[samba.git] / wscript
diff --git a/wscript b/wscript
index ae1b929c4951982101ca24dba7d6b22abfc6aba7..c5d8e5bdd7ddb698ad8657f943c0dfac47ab4a09 100644 (file)
--- a/wscript
+++ b/wscript
@@ -157,9 +157,6 @@ def configure(conf):
     if sys.platform == 'darwin':
         conf.ADD_LDFLAGS('-framework CoreFoundation')
 
-    if int(conf.env['PYTHON_VERSION'][0]) >= 3:
-        raise Errors.WafError('Python version 3.x is not supported by Samba yet')
-
     conf.RECURSE('dynconfig')
     conf.RECURSE('selftest')