Changeset 3612

Show
Ignore:
Timestamp:
10/10/08 23:27:30 (3 months ago)
Author:
dmeyer
Message:

re-indent

Location:
trunk/beacon
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/beacon/setup.py

    r3611 r3612  
    7575    print 'pysqlite2 is not installed' 
    7676    sys.exit(1) 
    77      
     77 
    7878ext_modules = [ thumb_ext ] 
    7979 
  • trunk/beacon/src/fusefs.py

    r3611 r3612  
    152152        # also add sexattr (remeber to check the type of the value to 
    153153        # convert it) and removexattr. 
    154          
     154 
    155155        # file = path[1:] # assume prefixed with single / 
    156156        # if file not in self._filename_map: 
    157157        #     return -errno.ENOENT 
    158         #  
     158        # 
    159159        # val = self._filename_map[file].get(name) 
    160160        # if isinstance(val, unicode): 
    161161        #     val = kaa.unicode_to_str(val) 
    162162        # val = str(val) 
    163          
     163 
    164164        if size == 0: 
    165165            # We are asked for size of the value. 
     
    167167        return val 
    168168 
    169      
     169 
    170170    def listxattr(self, path, size): 
    171171        log.info('listxattr(%s, %s)', path, size) 
     
    248248            log.addHandler(handler) 
    249249            log.setLevel(logging.INFO) 
    250              
     250 
    251251        self.check() 
    252252        fuse.Fuse.main(self) 
  • trunk/beacon/src/server/cdrom.py

    r3609 r3612  
    275275        if type == 'iso9660': 
    276276            _rom_drives.append(RomDrive(device, mountpoint, type, options)) 
    277             added = True 
     277            added = True 
    278278    if not added: 
    279         log.info('CDROM monitor: no iso9660 filesystem in fstab found') 
     279        log.info('CDROM monitor: no iso9660 filesystem in fstab found') 
  • trunk/beacon/src/server/devices.py

    r3611 r3612  
    205205                    'track_cdda', name=str(track.trackno), 
    206206                    title=track.get('title'), artist=track.get('artist'), 
    207                     parent=('audio', aid), 
     207                    parent=('audio', aid), 
    208208                    media=mid) 
    209209        else: