commit | 6c2e7815858c7835da3de04241facf79db292fbb | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Sep 13 18:04:02 2010 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Sep 13 18:04:02 2010 -0400 |
tree | 07b0de64745830e6fd40535ede384798465ea318 | |
parent | d9c916ea0bd2f7354ca04749a623c3f69da274f1 [diff] |
Use str.startswith() in python scripts. Use the builtin startswith() string method instead of implementing it manually.