Sha256: 7c92c6913a5ccfd2c824b470dbe755de2eaa73159cb023752d289e153a83921f

Contents?: true

Size: 148 Bytes

Versions: 4

Compression:

Stored size: 148 Bytes

Contents

import sys

# use unittest2 under Python 2.6 and earlier.
if sys.version_info >= (2, 7):
    import unittest
else:
    import unittest2 as unittest

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
googlecloud-0.0.7 packages/gsutil/boto/tests/mturk/support.py
gcloud-0.0.7 packages/gsutil/boto/tests/mturk/support.py
googlecloud-0.0.6 packages/gsutil/boto/tests/mturk/support.py
gcloud-0.0.6 packages/gsutil/boto/tests/mturk/support.py