Skip to content

Commit

Permalink
A problem with the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioparraga committed Jun 12, 2016
1 parent 9a25f5e commit a02c29e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion braviarc/braviarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def load_source_list(host, cookie):
if not resp.get('error'):
original_content_list.extend(resp.get('result')[0])

return_value = []
return_value = {}
for content_item in original_content_list:
return_value[content_item['title']] = content_item['uri']
return return_value
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# and be sure to test it firstly using "python setup.py register sdist upload -r pypitest"
setup(name='braviarc',
# version=open(os.path.join(CURRENT_DIR, 'xgboost/VERSION')).read().strip(),
version='0.2',
version='0.2.1',
description=open(os.path.join(CURRENT_DIR, 'README.md')).read(),
install_requires=['requests'],
maintainer='Antonio Parraga',
Expand Down
2 changes: 1 addition & 1 deletion setup_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# and be sure to test it firstly using "python setup.py register sdist upload -r pypitest"
setup(name='braviarc',
# version=open(os.path.join(CURRENT_DIR, 'xgboost/VERSION')).read().strip(),
version='0.2',
version='0.2.1',
description=open(os.path.join(CURRENT_DIR, 'README.md')).read(),
install_requires=['requests'],
maintainer='Antonio Parraga',
Expand Down

0 comments on commit a02c29e

Please sign in to comment.