summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-12-07 11:57:57 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-12-07 15:07:48 +0100
commitfbfd155a324d7dcdeebde28aad45fcf09465e968 (patch)
treeff984020faae70658bca622b5d3eae50d21dd734 /lib/tevent/tevent.py
parent3adc4f5545cba9ba1b328fedbefede0a65852c52 (diff)
downloadsamba-fbfd155a324d7dcdeebde28aad45fcf09465e968.tar.gz
samba-fbfd155a324d7dcdeebde28aad45fcf09465e968.tar.bz2
samba-fbfd155a324d7dcdeebde28aad45fcf09465e968.zip
Add version attribute for pytevent.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 7 15:07:49 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/tevent/tevent.py')
-rw-r--r--lib/tevent/tevent.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.py b/lib/tevent/tevent.py
index 758ed48a48..c296544eb4 100644
--- a/lib/tevent/tevent.py
+++ b/lib/tevent/tevent.py
@@ -22,6 +22,7 @@
# License along with this library; if not, see <http://www.gnu.org/licenses/>.
from _tevent import (
+ __version__,
backend_list,
Context,
Signal,