Skip to content

Commit

Permalink
Another Py2.5 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Oct 7, 2013
1 parent 6aa8ae2 commit 67ae9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ MANIFEST
.coverage
*flymake.py
venv
venv-2.5
env-2.5
2 changes: 1 addition & 1 deletion tests/integration/sns/test_sns_sqs_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

import hashlib
import time
import json

from tests.unit import unittest

from boto.compat import json
from boto.sqs.connection import SQSConnection
from boto.sns.connection import SNSConnection

Expand Down

0 comments on commit 67ae9ff

Please sign in to comment.