diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-24 19:50:09 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-24 19:50:09 +0200 |
commit | 05194ccdf875ee70cb9ee3f7c27147503d585a6d (patch) | |
tree | d927cadf03a4904e141b85b67304468bbca93335 /source4/scripting/python/samba/ndr.py | |
parent | e3bbe61d8162ebb5bf4ef2d3702587b39b0c4284 (diff) | |
download | samba-05194ccdf875ee70cb9ee3f7c27147503d585a6d.tar.gz samba-05194ccdf875ee70cb9ee3f7c27147503d585a6d.tar.xz samba-05194ccdf875ee70cb9ee3f7c27147503d585a6d.zip |
Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.
(This used to be commit 468d35827fd055c82c6d43d6ce6d3d561abed54d)
Diffstat (limited to 'source4/scripting/python/samba/ndr.py')
-rw-r--r-- | source4/scripting/python/samba/ndr.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/ndr.py b/source4/scripting/python/samba/ndr.py index e93fbc3c2e..e718ff3422 100644 --- a/source4/scripting/python/samba/ndr.py +++ b/source4/scripting/python/samba/ndr.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # Unix SMB/CIFS implementation. # Copyright © Jelmer Vernooij <jelmer@samba.org> 2008 |