Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
e696c216
Commit
e696c216
authored
Sep 05, 2012
by
Saul Ibarra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapted to change in eventlet package name
parent
45a55e52
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
__init__.py
blink/__init__.py
+1
-1
contacts.py
blink/contacts.py
+2
-2
http.py
blink/google/atom/http.py
+1
-1
http_core.py
blink/google/atom/http_core.py
+1
-1
service.py
blink/google/atom/service.py
+1
-1
control
debian/control
+1
-1
No files found.
blink/__init__.py
View file @
e696c216
...
...
@@ -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
eventl
et
import
api
from
eventl
ib
import
api
from
gnutls.crypto
import
X509Certificate
,
X509PrivateKey
from
gnutls.errors
import
GNUTLSError
from
zope.interface
import
implements
...
...
blink/contacts.py
View file @
e696c216
...
...
@@ -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
eventl
et
import
api
from
eventl
et
.green
import
httplib
,
urllib2
from
eventl
ib
import
api
from
eventl
ib
.green
import
httplib
,
urllib2
from
functools
import
partial
from
operator
import
attrgetter
from
twisted.internet
import
reactor
...
...
blink/google/atom/http.py
View file @
e696c216
...
...
@@ -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
eventl
et
.green
import
httplib
,
socket
from
eventl
ib
.green
import
httplib
,
socket
ssl_imported
=
False
ssl
=
None
...
...
blink/google/atom/http_core.py
View file @
e696c216
...
...
@@ -25,7 +25,7 @@ import StringIO
import
urlparse
import
urllib
from
eventl
et
.green
import
httplib
,
socket
from
eventl
ib
.green
import
httplib
,
socket
ssl
=
None
try
:
...
...
blink/google/atom/service.py
View file @
e696c216
...
...
@@ -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
eventl
et
.green
import
httplib
,
socket
from
eventl
ib
.green
import
httplib
,
socket
from
xml.etree
import
ElementTree
...
...
debian/control
View file @
e696c216
...
...
@@ -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-eventl
et-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-eventl
ib
, 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment