Changeset 8563 for branches/jingle
- Timestamp:
- 08/24/07 17:44:49 (15 months ago)
- Files:
-
- 1 modified
-
branches/jingle/src/common/jingle.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/jingle/src/common/jingle.py
r8559 r8563 25 25 import farsight 26 26 sys.setdlopenflags(dl.RTLD_NOW | dl.RTLD_LOCAL) 27 28 def all(iterable): # backport of py2.5 function 29 for element in iterable: 30 if not element: 31 return False 32 return True 27 33 28 34 def timeout_add_and_call(timeout, callable, *args, **kwargs):
