diff options
author | Tim Potter <tpot@samba.org> | 2005-09-19 21:44:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:28 -0500 |
commit | 96745cbfc0e3386fa32631daa45b4096a1f80e61 (patch) | |
tree | 668d9c9e6623d3b2b28159941031f94734a9e8e8 /source4/lib/registry | |
parent | 3e1ae5a40929abfd3052991624b32605d0195fd1 (diff) | |
download | samba-96745cbfc0e3386fa32631daa45b4096a1f80e61.tar.gz samba-96745cbfc0e3386fa32631daa45b4096a1f80e61.tar.bz2 samba-96745cbfc0e3386fa32631daa45b4096a1f80e61.zip |
r10328: Add more emacs python-mode markers.
(This used to be commit 540a3649e88690e829c17d79ecdccdc9ed464845)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/registry/SConscript b/source4/lib/registry/SConscript index f63179283a..4ea4301105 100644 --- a/source4/lib/registry/SConscript +++ b/source4/lib/registry/SConscript @@ -1,3 +1,5 @@ +# tastes like -*- python -*- + Import('hostenv') Import('talloc basic popt_common popt param') registry = hostenv.StaticLibrary('registry', |