Changeset 8507 for branches/jingle/src

Show
Ignore:
Timestamp:
08/19/07 22:01:38 (17 months ago)
Author:
liori
Message:

Jingle: fix py2.5 construct

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/jingle/src/common/jingle.py

    r8498 r8507  
    326326                ] 
    327327 
    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 = [] 
    329332                our_l = supported_codecs[:] 
    330333                out = []