No more use of the get_transport imported *symbol*, all uses are through the module now, allowing effective wrapping.
* bzrlib/workingtree.py: (WorkingTree.find_trees): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/transport/decorator.py: (TransportDecorator.__init__): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_workingtree.py: (TestWorkingTreeFormat.test_find_format.check_format): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_upgrade.py: (TestUpgrade.test_upgrade_simple): (TestUpgrade.test_upgrade_v6_to_meta_no_workingtree): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_transport_log.py: (test_log_transport): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_smart_request.py: (TestJailHook.test_jail_hook): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_sftp_transport.py: (SFTPNonServerTest.test_abspath_root_sibling_server): (SSHVendorBadConnection.test_bad_connection_paramiko): (SSHVendorBadConnection.test_bad_connection_ssh): (TestUsesAuthConfig.get_transport_for_connection): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_selftest.py: (test_get_readonly_url_none): (TestTestCaseWithTransport.test_get_readonly_url_none): (TestTestCaseWithTransport.test_get_readonly_url_http): (TestChrootedTest.test_root_is_root): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_remote.py: (Test_ClientMedium_remote_path_from_transport.assertRemotePath): (Test_ClientMedium_remote_path_from_transport.assertRemotePathHTTP): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_permissions.py: (check_mode_r): (TestSftpPermissions.test_new_files): (TestSftpPermissions.test_sftp_server_modes): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_lockable_files.py: (setUp, TestLockableFiles_RemoteLockDir.setUp): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_knit.py: (TestKnitIndex.test_knit_index_ignores_empty_files): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/test_index.py: (test_build_index_empty_two_element_keys): (test_build_index_one_reference_list_empty): (test_build_index_two_reference_list_empty): (test_build_index_one_node_no_refs): (test_build_index_one_node_no_refs_accepts_empty_reflist): (TestGraphIndexBuilder.test_build_index_one_node_2_element_keys): (test_add_node_empty_value): (test_build_index_nodes_sorted): (test_build_index_2_element_key_nodes_sorted): (test_build_index_reference_lists_are_included_one): (test_build_index_reference_lists_with_2_element_keys): (test_build_index_reference_lists_are_included_two): (test_clear_cache): (test_node_references_are_cr_delimited): (test_multiple_reference_lists_are_tab_delimited): (test_add_node_referencing_missing_key_makes_absent): (test_node_references_three_digits): (test_absent_has_no_reference_overhead): (test_add_node_bad_key): (TestGraphIndexBuilder.test_add_node_bad_key): (test_add_node_bad_key_in_reference_lists): (TestGraphIndexBuilder.test_add_node_bad_key_in_reference_lists): (make_index): (test_open_bad_index_no_error): (test_iter_missing_entry_empty_no_size): (test_validate_bad_index_errors): (test_supports_unlimited_cache): (TestCombinedGraphIndex.make_combined_index_with_missing): (reload): (TestCombinedGraphIndex.test_clear_cache): (test_reorder_after_iter_entries): (test_validate_reloads): (TestCombinedGraphIndex.test_find_ancestors_across_indexes): (TestCombinedGraphIndex.test_find_ancestors_missing_keys): (test_find_ancestors_no_indexes): (TestCombinedGraphIndex.test_find_ancestors_ghost_parent): (test__find_ancestors_empty_index): (test_construct): More evil calls to transport.get_transport defeating the wrapping and some more import fixes.
* bzrlib/tests/test_directory_service.py: (TestDirectoryLookup.test_get_transport): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/per_versionedfile.py: (test_readonly_mode): (TestWeave.get_file): (reopen_file): (TestReadonlyHttpMixin.test_readonly_http_works): (TestReadonlyHttpMixin.test_readonly_http_works_with_feeling): (TestWeaveHTTP.get_file): (TestWeaveMerge.get_file): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/per_repository/test_reconcile.py: (setUp): (TestReconcileWithIncorrectRevisionCache.setUp): (test_reconcile_wrong_order): (test_reconcile_wrong_order_secondary_inventory): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/per_repository/test_has_same_location.py: (TestHasSameLocation.test_different_format_not_equal): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/per_interrepository/__init__.py: (TestCaseWithInterRepository.make_bzrdir): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/per_branch/test_bound_sftp.py: (test_unbinding): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/blackbox/test_upgrade.py: (TestWithUpgradableBranches.test_upgrade_up_to_date_checkout_warns_branch_left_alone): (test_upgrade_explicit_metaformat): (TestWithUpgradableBranches.test_upgrade_explicit_knit): (test_upgrade_with_existing_backup_dir): (TestWithUpgradableBranches.test_upgrade_with_existing_backup_dir): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/tests/blackbox/test_serve.py: (test_bzr_serve_port_readonly): More evil calls to transport.get_transport defeating the wrapping.
* bzrlib/plugins/launchpad/test_lp_directory.py: (DirectoryOpenBranchTests.test_directory_open_branch): Use transport.get_transport instead of get_transport.
* bzrlib/plugins/launchpad/account.py: (check_lp_login): Use transport.get_transport instead of get_transport.
* bzrlib/builtins.py (run): Use transport.get_transport instead of get_transport.
* bzrlib/btree_index.py: (BTreeBuilder._spill_mem_keys_to_disk): Use transport.get_transport instead of get_transport.