~ubuntu-branches/ubuntu/trusty/python-boto/trusty

« back to all changes in this revision

Viewing changes to boto/services/sonofmmm.py

  • Committer: Package Import Robot
  • Author(s): Eric Evans
  • Date: 2011-11-13 11:58:40 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20111113115840-ckzyt3h17uh8s41y
Tags: 2.0-2
Promote new upstream to unstable (Closes: #638931).

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import boto
23
23
from boto.services.service import Service
24
24
from boto.services.message import ServiceMessage
25
 
import os, time, mimetypes
 
25
import os
 
26
import mimetypes
26
27
 
27
28
class SonOfMMM(Service):
28
29