500


Application Version: 0.7.19.1121 Beta

kodo - Gogs: Go Git Service

暫無描述

disk_utils.py 171B

    # -*- coding: utf-8 -*- from CodeConvert import CodeConvert as cc def write_to_disk(tmpl, path): with open(path, 'wb') as f: f.write(cc.Convert2Utf8(tmpl))