From 57c514afec55c390cfe3b548e5f96d199e580e71 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 17 Jun 2009 21:48:02 +0200 Subject: Remove outdated Python status file. --- source4/TODO | 4 ++-- source4/scripting/python/STATUS | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 source4/scripting/python/STATUS (limited to 'source4') diff --git a/source4/TODO b/source4/TODO index 5efebed1b3..2d7853f1f5 100644 --- a/source4/TODO +++ b/source4/TODO @@ -1,7 +1,7 @@ build/smb_build/TODO lib/registry/TODO -lib/tdr/TODO -pidl/TODO +../lib/tdr/TODO +../pidl/TODO - seperate adminlog mechanism (as opposed to the current DEBUG log, which is not really aimed at administrators but more at developers) diff --git a/source4/scripting/python/STATUS b/source4/scripting/python/STATUS deleted file mode 100644 index ee67b8bc7a..0000000000 --- a/source4/scripting/python/STATUS +++ /dev/null @@ -1,14 +0,0 @@ -dsdb/samdb/ldb_modules/tests/samba3sam.py: Fix remaining failing tests -lib/ldb/tests/python/ldap.py: Fix remaining 3 FIXME's -command-line vampire -provisioning: combine some of the python dictionaries -finish scripting/bin/smbstatus.py - -not important before making Python the default: -- hierarchy (rename samr -> dcerpc.samr, misc -> samba.misc, etc) -- scripting/python/samba/upgrade.py -- install python modules into system -- SWAT -- __ndr_pack__/__ndr_unpack__ members for the NDR struct bindings -- generate docstrings in DCE/RPC bindings -- eliminate some variables from the python interface because they can be induced -- cgit