summaryrefslogtreecommitdiffstats
path: root/posix_users/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'posix_users/wscript')
-rw-r--r--posix_users/wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/posix_users/wscript b/posix_users/wscript
deleted file mode 100644
index 4a5f474..0000000
--- a/posix_users/wscript
+++ /dev/null
@@ -1,6 +0,0 @@
-from sys import path
-from os.path import abspath
-path.append(abspath('../common/'))
-
-from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
-