~facundo/encuentro/trunk

« back to all changes in this revision

Viewing changes to encuentro/__init__.py

  • Committer: Facundo Batista
  • Date: 2014-05-02 14:03:39 UTC
  • Revision ID: facundo@taniquetil.com.ar-20140502140339-5yn2ky1h47cnjgn7
Removed mechanize traces from the system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
# test the packages
71
71
with NiceImporter('xdg', 'python-xdg', '0.15'):
72
72
    import xdg  # NOQA
73
 
with NiceImporter('mechanize', 'python-mechanize', '0.1.11'):
74
 
    import mechanize  # NOQA
 
73
with NiceImporter('requests', 'python-requests', '2.2.1'):
 
74
    import requests  # NOQA
75
75
with NiceImporter('pynotify', 'python-notify', '0.1.1'):
76
76
    import pynotify  # NOQA
77
77
with NiceImporter('PyQt4.QtCore', 'PyQt4', '4.9.1'):