~chicharreros/magicicada-protocol/trunk

« back to all changes in this revision

Viewing changes to magicicadaprotocol/client.py

  • Committer: Magicicada Bot
  • Author(s): Natalia
  • Date: 2018-04-18 18:02:04 UTC
  • mfrom: (172.1.1 change-python-namespace)
  • Revision ID: magicicada_bot-20180418180204-m3zeeggez78h0wq7
[r=facundo] - Renamed python module to magicicadaprotocol, removing the need of the namespace package "ubuntuone".

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
from twisted.internet import reactor, defer
41
41
from twisted.python import log
42
42
 
43
 
from ubuntuone.storageprotocol import (
 
43
from magicicadaprotocol import (
44
44
    delta,
45
45
    protocol_pb2,
46
46
    public_file_info,
1896
1896
    #           ssl.ClientContextFactory())
1897
1897
 
1898
1898
    # using ssl over a proxy
1899
 
    # from ubuntuone.storageprotocol import proxy_tunnel
 
1899
    # from magicicadaprotocol import proxy_tunnel
1900
1900
    # proxy_tunnel.connectHTTPS('localhost', 3128,
1901
1901
    #        'localhost', 20101, StorageClientFactory(),
1902
1902
    #        user="test", passwd="test")