← Back to team overview

pyneighborhood team mailing list archive

[Branch ~pyneighborhood/pyneighborhood/devel] Rev 554: Added missing eventy.py

 

------------------------------------------------------------
revno: 554
committer: Stefan J. Betz <info@xxxxxxxxxxxxxxx>
branch nick: pyneighborhood
timestamp: Mon 2011-01-03 22:24:07 +0100
message:
  Added missing eventy.py
added:
  pyneighborhood/events.py


--
lp:pyneighborhood
https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel

Your team pyNeighborhood is subscribed to branch lp:pyneighborhood.
To unsubscribe from this branch go to https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel/+edit-subscription
=== added file 'pyneighborhood/events.py'
--- pyneighborhood/events.py	1970-01-01 00:00:00 +0000
+++ pyneighborhood/events.py	2011-01-03 21:24:07 +0000
@@ -0,0 +1,17 @@
+# -*- coding:utf-8 -*-
+# events.py
+# 
+# Copyright (C) 2010 Stefan J. Betz <info@xxxxxxxxxxxxxxx>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published
+# by the Free Software Foundation; version 3 only.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+from threading import Event
+
+browsingevent = Event()