/usr/lib/python2.6/site-packages/boto/sdb
NameSizeModeActions
db/-0755rm
connection.py260880644editdlrm
connection.pyc246970644editdlrm
connection.pyo246970644editdlrm
domain.py143510644editdlrm
domain.pyc154070644editdlrm
domain.pyo154070644editdlrm
item.py68850644editdlrm
item.pyc58970644editdlrm
item.pyo58970644editdlrm
queryresultset.py36740644editdlrm
queryresultset.pyc30680644editdlrm
queryresultset.pyo30680644editdlrm
regioninfo.py15240644editdlrm
regioninfo.pyc7860644editdlrm
regioninfo.pyo7860644editdlrm
__init__.py19800644editdlrm
__init__.pyc12660644editdlrm
__init__.pyo12660644editdlrm
Edit: /usr/lib/python2.6/site-packages/boto/sdb/regioninfo.py (1524B)
# Copyright (c) 2006-2010 Mitch Garnaat http://garnaat.org/ # Copyright (c) 2010, Eucalyptus Systems, Inc. # All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, dis- # tribute, sublicense, and/or sell copies of the Software, and to permit # persons to whom the Software is furnished to do so, subject to the fol- # lowing conditions: # # The above copyright notice and this permission notice shall be included # in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- # ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT # SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. # from boto.regioninfo import RegionInfo class SDBRegionInfo(RegionInfo): def __init__(self, connection=None, name=None, endpoint=None, connection_cls=None): from boto.sdb.connection import SDBConnection super(SDBRegionInfo, self).__init__(connection, name, endpoint, SDBConnection)