This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # vim:ts=2:sw=2:expandtab | |
| """ | |
| A Python library to perform low-level Linode API functions. | |
| Copyright (c) 2010 Timothy J Fontaine <tjfontaine@gmail.com> | |
| Copyright (c) 2010 Josh Wright <jshwright@gmail.com> | |
| Copyright (c) 2010 Ryan Tucker <rtucker@gmail.com> | |
| Copyright (c) 2008 James C Sinclair <james@irgeek.com> |