Changeset 8507 for branches/jingle/src
- Timestamp:
- 08/19/07 22:01:38 (17 months ago)
- Files:
-
- 1 modified
-
branches/jingle/src/common/jingle.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/jingle/src/common/jingle.py
r8498 r8507 326 326 ] 327 327 328 other_l = other if other is not None else [] 328 if other is not None: 329 other_l = other 330 else: 331 other_l = [] 329 332 our_l = supported_codecs[:] 330 333 out = []
