~brian.curtin/ubuntu-sso-client/py3-iter-removal

« back to all changes in this revision

Viewing changes to bin/ubuntu-sso-login

  • Committer: Tarmac
  • Author(s): Manuel de la Pena, Manuel de la Pena
  • Date: 2012-05-18 14:25:49 UTC
  • mfrom: (940.3.22 use-unix-domain)
  • Revision ID: tarmac-20120518142549-drg8ft4uelddddl1
Added support for domain sockets in the tcpactivation and the ipc on darwin which removed the need of using random ports (LP: #984665).

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
import os
53
53
import sys
54
54
 
55
 
if sys.platform == 'win32':
 
55
if sys.platform in ('win32', 'darwin'):
56
56
    from PyQt4 import QtGui
57
57
    # need to create the QApplication before installing the reactor
58
58
    if os.environ.get('TESTABILITY', False):