Beispiel #1
0
    def getproxies_macosx_sysconf():
        """Return a dictionary of scheme -> proxy server URL mappings.

        This function uses the MacOSX framework SystemConfiguration
        to fetch the proxy information.
        """
        return _get_proxies()
Beispiel #2
0
 def getproxies_macosx_sysconf():
     return _get_proxies()
Beispiel #3
0
 def getproxies_macosx_sysconf():
     return _get_proxies()