summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-08-13 00:49:40 -0400
committerLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-08-13 00:49:40 -0400
commite0b0fc353829674da0a90a424918acf043618133 (patch)
tree4d1904eab266998cb9eed56bd9c0744889c40bd0
parentcaa968d2ed4c3351b6b8aaed736264af2df1d8d4 (diff)
proxy: removed ProxyFactory from imported modulespapyon-0.5.0
-rw-r--r--papyon/gnet/proxy/proxy_infos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/papyon/gnet/proxy/proxy_infos.py b/papyon/gnet/proxy/proxy_infos.py
index 7edb543..4e6b343 100644
--- a/papyon/gnet/proxy/proxy_infos.py
+++ b/papyon/gnet/proxy/proxy_infos.py
@@ -20,7 +20,7 @@
import base64
import urlparse
-__all__ = ['ProxyInfos', 'ProxyFactory']
+__all__ = ['ProxyInfos']
class ProxyInfos(object):
"""Contain informations needed to make use of a proxy.