~ubuntu-branches/ubuntu/precise/papyon/precise

« back to all changes in this revision

Viewing changes to papyon/msnp2p/session_manager.py

  • Committer: Ken VanDine
  • Date: 2010-09-14 20:39:57 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: ken.vandine@canonical.com-20100914203957-1hriss4zo8rr11hr
Tags: 0.5.1-0ubuntu1
releasing version 0.5.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
            account, guid = account.split(';', 1)
92
92
            guid = guid[1:-1]
93
93
        else:
94
 
            guid = ""
 
94
            guid = None
95
95
 
96
96
        if account == self._client.profile.account:
97
97
            peer = self._client.profile