Thanks =)
On Oct 12, 2005, at 11:54 AM, xio wrote:
Noticed typos in instructions on your website. ================================== import from catwalk import Catwalk catwalk = Catwalk() ================================== should be changed to: ================================== from catwalk import CatWalk catwalk = CatWalk() ==================================

