Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Commit

Permalink
Update gsconnection tests to use unittest2 when needed
Browse files Browse the repository at this point in the history
For python2.6 compatibility.
  • Loading branch information
James Saryerwinnie committed Jun 14, 2012
1 parent 7c896c0 commit d1fa49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/s3/test_gsconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"""

import boto
import unittest
import time
import os
import re
Expand All @@ -39,6 +38,7 @@
from boto import handler
from boto import storage_uri
from boto.provider import Provider
from tests.unit import unittest


_HAS_GOOGLE_CREDENTIALS = None
Expand Down

0 comments on commit d1fa49f

Please sign in to comment.