Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	.travis.yml
#	README.rst
#	potion_client/__init__.py
#	potion_client/collection.py
#	potion_client/converter.py
#	setup.py
#	tests/test_init_client.py
  • Loading branch information
lyschoening committed Apr 8, 2016
1 parent 7a99ecf commit 2a52559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions potion_client/__init__.py
Expand Up @@ -23,10 +23,6 @@ def __init__(self, api_root_url, schema_path='/schema', fetch_schema=True, **ses
setattr(session, key, value)

parse_result = urlparse(api_root_url)
<<<<<<< HEAD
=======
# FIXME include port, if given
>>>>>>> f9ce5e36af2016576db77a8ee9df3d5d651e5ef2
self._root_url = '{}://{}'.format(parse_result.scheme, parse_result.netloc)
self._api_root_url = api_root_url # '{}://{}'.format(parse_result.scheme, parse_result.netloc)
self._root_path = parse_result.path
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='Potion-client',
version='2.1.0',
version='2.1.1',
packages=[str('potion_client')], # https://bugs.python.org/issue13943
url='https://github.com/biosustain/potion-client',
license='MIT',
Expand Down

0 comments on commit 2a52559

Please sign in to comment.