smbd: Simplify callers of notify_filter_string
[Samba.git] / lib / tevent / tevent.py
blob14aa27de5b8326f9133c71961f78a9905f631cd1
2 # Python integration for tevent
4 # Copyright (C) Jelmer Vernooij 2011
6 # ** NOTE! The following LGPL license applies to the tevent
7 # ** library. This does NOT imply that all of Samba is released
8 # ** under the LGPL
10 # This library is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU Lesser General Public
12 # License as published by the Free Software Foundation; either
13 # version 3 of the License, or (at your option) any later version.
15 # This library is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 # Lesser General Public License for more details.
20 # You should have received a copy of the GNU Lesser General Public
21 # License along with this library; if not, see <http://www.gnu.org/licenses/>.
23 from _tevent import (
24 __version__,
25 backend_list,
26 Context,
27 Signal,