summaryrefslogtreecommitdiff
path: root/boto/ses
diff options
context:
space:
mode:
authorDaniel G. Taylor <danielgtaylor@gmail.com>2014-06-26 11:33:34 -0700
committerDaniel G. Taylor <danielgtaylor@gmail.com>2014-06-27 15:57:25 -0700
commit954a80fcf1481ccaa9016f81a2fb2f6c215faf36 (patch)
tree112889275f99593843456274a0362a2ba6a1d780 /boto/ses
parentb1c330917c18e225549a94715663ac7fcd1c7bad (diff)
downloadboto-954a80fcf1481ccaa9016f81a2fb2f6c215faf36.tar.gz
Be consistent about relative imports
Diffstat (limited to 'boto/ses')
-rw-r--r--boto/ses/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ses/__init__.py b/boto/ses/__init__.py
index ca1b07c5..ee324516 100644
--- a/boto/ses/__init__.py
+++ b/boto/ses/__init__.py
@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
-from .connection import SESConnection
+from boto.ses.connection import SESConnection
from boto.regioninfo import RegionInfo, get_regions