review/tests/sample_data.py @ d02c0ed2f109

Rename the API module.
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 16:25:22 -0400
parents a11953bf5d2f
children 34caeeba9ae2
log = [
    { 'file_one': 'hello\nworld',
      'file_two': 'this is another test file',
    },
    { 'file_one': 'hello again\nworld',
      'file_three': 'this is a new file\nfor testing',
    },
]