root/branches/mk/tests/functional/_helper_cheesecake.py
| Revision 60, 121 bytes (checked in by mk, 7 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | |
| 2 | def read_file_contents(filename): |
| 3 | fd = file(filename) |
| 4 | |
| 5 | contents = fd.read() |
| 6 | fd.close() |
| 7 | |
| 8 | return contents |
Note: See TracBrowser for help on using the browser.
