diff options
author | Martin Pool <mbp@samba.org> | 2003-02-20 04:01:25 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-20 04:01:25 +0000 |
commit | f8d9cf27266d9ce563011e44281483a4dfd0708f (patch) | |
tree | 58789fbb08f83143ec0b8b2fa600cbbd2ab44777 /source3/python | |
parent | 9061aae9b4bfed051b4c08b971561297710ef369 (diff) | |
download | samba-f8d9cf27266d9ce563011e44281483a4dfd0708f.tar.gz samba-f8d9cf27266d9ce563011e44281483a4dfd0708f.tar.bz2 samba-f8d9cf27266d9ce563011e44281483a4dfd0708f.zip |
Doc
(This used to be commit 5d7d400d6c49b195a1174ef40c7bf95065427fbd)
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_tdbpack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_tdbpack.c b/source3/python/py_tdbpack.c index 8aa4ee316a..243cb44683 100644 --- a/source3/python/py_tdbpack.c +++ b/source3/python/py_tdbpack.c @@ -1,7 +1,7 @@ /* -*- c-file-style: "python"; indent-tabs-mode: nil; -*- Python wrapper for Samba tdb pack/unpack functions - Copyright (C) Martin Pool 2002 + Copyright (C) Martin Pool 2002, 2003 NOTE PYTHON STYLE GUIDE |