~facundo/encuentro/trunk

« back to all changes in this revision

Viewing changes to qtreactor/twisted/plugins/qt4.py

  • Committer: Facundo Batista
  • Date: 2013-12-08 23:35:35 UTC
  • mto: This revision was merged to the branch mainline in revision 193.
  • Revision ID: facundo@taniquetil.com.ar-20131208233535-tk2vb5wm0pnsge5s
Removed twisted (kept deferreds through a new dependency).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2001-2010 Twisted Matrix Laboratories.
2
 
# see LICENSE for details
3
 
 
4
 
 
5
 
from twisted.application.reactors import Reactor
6
 
 
7
 
qt4 = Reactor('qt4', 'qt4reactor', 'Qt4 integration reactor')
8
 
qt4bad = Reactor('qt4bad', 'qt4reactor_bad', 'Qt4 broken reactor')
9