Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix one use of unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Tarleton authored and garnaat committed Apr 2, 2011
1 parent 43fead3 commit f07e635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boto/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
import queue as Queue
import http.client as httplib
import urllib.parse as urllib
unicode = str
except ImportError:
# Python 2.x
import Queue
Expand Down

0 comments on commit f07e635

Please sign in to comment.