~facundo/encuentro/trunk

« back to all changes in this revision

Viewing changes to encuentro/__init__.py

  • Committer: Facundo Batista
  • Date: 2013-03-27 02:39:36 UTC
  • mfrom: (151.1.22 qtui)
  • mto: (151.2.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 153.
  • Revision ID: facundo@taniquetil.com.ar-20130327023936-leainarptqpt7v7c
We do Qt now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                                    version=self.version)
59
59
 
60
60
 
61
 
# test some packages! gtk and twisted are controlled in main.py, as they
62
 
# import order is critical because of the reactor
 
61
# test the packages
63
62
# pylint: disable=W0611
64
63
 
65
64
with NiceImporter('xdg', 'python-xdg', '0.15'):