Commit e696c216 authored by Saul Ibarra's avatar Saul Ibarra

Adapted to change in eventlet package name

parent 45a55e52
......@@ -18,7 +18,7 @@ from application import log
from application.notification import IObserver, NotificationCenter, NotificationData
from application.python import Null
from application.system import host, makedirs, unlink
from eventlet import api
from eventlib import api
from gnutls.crypto import X509Certificate, X509PrivateKey
from gnutls.errors import GNUTLSError
from zope.interface import implements
......
......@@ -22,8 +22,8 @@ from application.python.decorator import decorator, preserve_signature
from application.python import Null
from application.system import makedirs, unlink
from collections import deque
from eventlet import api
from eventlet.green import httplib, urllib2
from eventlib import api
from eventlib.green import httplib, urllib2
from functools import partial
from operator import attrgetter
from twisted.internet import reactor
......
......@@ -39,7 +39,7 @@ import os
from blink.google.atom import http_core as atom_http_core, http_interface as atom_http_interface, url as atom_url
from eventlet.green import httplib, socket
from eventlib.green import httplib, socket
ssl_imported = False
ssl = None
......
......@@ -25,7 +25,7 @@ import StringIO
import urlparse
import urllib
from eventlet.green import httplib, socket
from eventlib.green import httplib, socket
ssl = None
try:
......
......@@ -35,7 +35,7 @@ import warnings
from blink.google.atom import v1_deprecated, http as atom_http, http_interface as atom_http_interface, token_store as atom_token_store, url as atom_url
from eventlet.green import httplib, socket
from eventlib.green import httplib, socket
from xml.etree import ElementTree
......
......@@ -9,7 +9,7 @@ Homepage: http://icanblink.com
Package: blink
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-application (>= 1.2.8), python-cjson, python-eventlet-0.8, python-qt4 (>= 4.7), python-sipsimple (>= 0.18.1), python-twisted-core, python-zope.interface
Depends: ${python:Depends}, ${misc:Depends}, python-application (>= 1.2.8), python-cjson, python-eventlib, python-qt4 (>= 4.7), python-sipsimple (>= 0.18.1), python-twisted-core, python-zope.interface
Description: A state of the art, easy to use SIP client
Blink is a fully featured SIP client written in Python and built on top of
SIP SIMPLE client SDK. Blink provides real time applications based on SIP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment