about summary refs log blame commit diff stats
path: root/102keyboard.subx
blob: 0c8826e1b6f325680a98842243bff36dbc1c0af3 (plain) (tree)
ass="p">): return False if self.path == '/dev/core' or self.path == '/proc/kcore': return False if self.extension not in ('zip',) and self.is_binary(): return False return True def get_preview_source(self): if self.extension == 'zip': return '\n'.join(zipfile.ZipFile(self.path).namelist()) return open(self.path, 'r')