diff -Naur azure-storage-python-0.37.1-common/azure-storage-blob/setup.py azure-storage-python-0.37.1-common-fixed/azure-storage-blob/setup.py --- azure-storage-python-0.37.1-common/azure-storage-blob/setup.py 2017-11-03 13:57:11.000000000 -0700 +++ azure-storage-python-0.37.1-common-fixed/azure-storage-blob/setup.py 2017-12-10 10:42:46.641675176 -0800 @@ -43,21 +43,6 @@ except ImportError: pass -# azure-storage v0.36.0 and prior are not compatible with this package -try: - import azure.storage - - try: - ver = azure.storage.__version__ - raise Exception( - 'This package is incompatible with azure-storage=={}. '.format(ver) + - ' Uninstall it with "pip uninstall azure-storage".' - ) - except AttributeError: - pass -except ImportError: - pass - setup( name='azure-storage-blob', version='0.37.1', diff -Naur azure-storage-python-0.37.1-common/azure-storage-common/setup.py azure-storage-python-0.37.1-common-fixed/azure-storage-common/setup.py --- azure-storage-python-0.37.1-common/azure-storage-common/setup.py 2017-11-03 13:57:11.000000000 -0700 +++ azure-storage-python-0.37.1-common-fixed/azure-storage-common/setup.py 2017-12-10 10:43:01.201429132 -0800 @@ -43,21 +43,6 @@ except ImportError: pass -# azure-storage v0.36.0 and prior are not compatible with this package -try: - import azure.storage - - try: - ver = azure.storage.__version__ - raise Exception( - 'This package is incompatible with azure-storage=={}. '.format(ver) + - ' Uninstall it with "pip uninstall azure-storage".' - ) - except AttributeError: - pass -except ImportError: - pass - setup( name='azure-storage-common', version='0.37.1', diff -Naur azure-storage-python-0.37.1-common/azure-storage-file/setup.py azure-storage-python-0.37.1-common-fixed/azure-storage-file/setup.py --- azure-storage-python-0.37.1-common/azure-storage-file/setup.py 2017-11-03 13:57:11.000000000 -0700 +++ azure-storage-python-0.37.1-common-fixed/azure-storage-file/setup.py 2017-12-10 10:43:12.721221237 -0800 @@ -43,21 +43,6 @@ except ImportError: pass -# azure-storage v0.36.0 and prior are not compatible with this package -try: - import azure.storage - - try: - ver = azure.storage.__version__ - raise Exception( - 'This package is incompatible with azure-storage=={}. '.format(ver) + - ' Uninstall it with "pip uninstall azure-storage".' - ) - except AttributeError: - pass -except ImportError: - pass - setup( name='azure-storage-file', version='0.37.0', diff -Naur azure-storage-python-0.37.1-common/azure-storage-queue/setup.py azure-storage-python-0.37.1-common-fixed/azure-storage-queue/setup.py --- azure-storage-python-0.37.1-common/azure-storage-queue/setup.py 2017-11-03 13:57:11.000000000 -0700 +++ azure-storage-python-0.37.1-common-fixed/azure-storage-queue/setup.py 2017-12-10 10:43:30.667545241 -0800 @@ -43,21 +43,6 @@ except ImportError: pass -# azure-storage v0.36.0 and prior are not compatible with this package -try: - import azure.storage - - try: - ver = azure.storage.__version__ - raise Exception( - 'This package is incompatible with azure-storage=={}. '.format(ver) + - ' Uninstall it with "pip uninstall azure-storage".' - ) - except AttributeError: - pass -except ImportError: - pass - setup( name='azure-storage-queue', version='0.37.0',