Mercurial > hg > PaInt
view paint/utils.py @ 87:5a624b3c1007 default tip
py35
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 19 Feb 2017 17:50:00 -0800 |
parents | a7bf894c96c7 |
children |
line wrap: on
line source
""" utility methods for PaInt """ # TODO: in general, these should be upstreamed to # python's standard library or equivalent methods # from python's standard library used instead of # having yet another utils.py file. # Until that magical day, we'll put them here def isURL(path_spec): return '://' in path_spec