schema.py: add optional name_map={} to get_schema_descriptor()
authorStefan Metzmacher <metze@samba.org>
Wed, 23 Jan 2013 14:53:00 +0000 (15:53 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 28 Jan 2013 10:07:22 +0000 (11:07 +0100)
commit8f9e8dc31497718864d11b7064eed3fcd716f770
treef8c8c251c81b895040db4c050e6ed908d5b3a6a1
parent138b2a831fe3ffb903fac00b86e5f5ea7ab47148
schema.py: add optional name_map={} to get_schema_descriptor()

This is not used, but makes the prototype compatible with the
other get_*_descriptor() functions.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 8880c2d0d356e7208ca859e17caf208952af0e17)
source4/scripting/python/samba/schema.py