Use str.startswith() in python scripts.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 13 Sep 2010 22:04:02 +0000 (18:04 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 13 Sep 2010 22:04:02 +0000 (18:04 -0400)
commit6c2e7815858c7835da3de04241facf79db292fbb
tree07b0de64745830e6fd40535ede384798465ea318
parentd9c916ea0bd2f7354ca04749a623c3f69da274f1
Use str.startswith() in python scripts.

Use the builtin startswith() string method instead of implementing it
manually.
tools/checkstack.py
tools/layoutrom.py