~ubuntu-branches/ubuntu/trusty/python-eventlet/trusty-proposed

« back to all changes in this revision

Viewing changes to eventlet/hubs/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2010-09-28 21:20:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100928212032-c4n67olxdoqzygmt
Tags: 0.9.12-0ubuntu1
New upstream release. (FFe: LP: #645899)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    #except:
32
32
    #    pass
33
33
 
34
 
    if 'twisted.internet.reactor' in sys.modules:
35
 
        from eventlet.hubs import twistedr
36
 
        return twistedr
37
 
 
38
34
    select = patcher.original('select')
39
35
    try:
40
36
        import eventlet.hubs.epolls