~ubuntu-branches/ubuntu/quantal/glance/quantal

« back to all changes in this revision

Viewing changes to glance/tests/unit/test_http_store.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-01 10:56:09 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20120601105609-dn3nvmxq63eb6gth
Tags: 2012.2~f2~20120531.1560-0ubuntu1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#    under the License.
17
17
 
18
18
import StringIO
19
 
import unittest
20
19
 
21
20
import stubout
22
21