with salt.utils.files.fopen(shells_fn, 'r') as shell_fp:
                lines = [salt.utils.stringutils.to_unicode(x)
                         for x in shell_fp.read().splitlines()]