Skip to content

Commit

Permalink
Remove old compat code that is no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Nov 4, 2014
1 parent 7600fa4 commit 4b0a2f5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions boto3/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,3 @@
# language governing permissions and limitations under the License.

import six
import sys

try:
from collections import OrderedDict
except ImportError:
from ordereddict import OrderedDict

if sys.version_info[:2] == (2, 6):
import simplejson as json
else:
import json

0 comments on commit 4b0a2f5

Please sign in to comment.