Diff for /VSyncer/VSyncer.py between versions 1.1 and 1.2

version 1.1, 2008/01/02 19:01:35 version 1.2, 2008/01/02 19:51:54
Line 253  class VSSyncer(BaseSyncer): Line 253  class VSSyncer(BaseSyncer):
         if type(object) == StringType: object = [object,]          if type(object) == StringType: object = [object,]
                   
         for ob in object:          for ob in object:
             if ob not in allowed_objs_sync:               if allowed_objs_sync and ob not in allowed_objs_sync: 
                 msgs.append(403)                      msgs.append(403)    
                 continue                  continue
             try:              try:

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>