500


Application Version: 0.7.19.1121 Beta

pai2 - Gogs: Go Git Service

拍爱

strip_utils.py 98B

    # -*- coding: utf-8 -*- def tstrip(s): return s.strip() if isinstance(s, basestring) else s