Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
b07589af
Commit
b07589af
authored
Dec 03, 2012
by
Dionysis Zindros
Browse files
Split pool into separate lib; remove snf-common deps
parent
013ae040
Changes
2
Hide whitespace changes
Inline
Side-by-side
kamaki/clients/connection/kamakicon.py
View file @
b07589af
...
...
@@ -33,7 +33,7 @@
from
urlparse
import
urlparse
#from .pool.http import get_http_connection
from
synnefo.lib.
pool.http
import
get_http_connection
from
pool.http
import
get_http_connection
from
kamaki.clients.connection
import
HTTPConnection
,
HTTPResponse
from
kamaki.clients.connection.errors
import
HTTPConnectionError
from
kamaki.clients.connection.errors
import
HTTPResponseError
...
...
setup.py
View file @
b07589af
...
...
@@ -41,7 +41,7 @@ import kamaki
optional
=
[
'ansicolors'
,
'progress>=1.0.2'
]
requires
=
[
'
snf-common>=0.10
'
,
requires
=
[
'
pool
'
,
'ordereddict'
,
'argparse'
]
...
...
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