Skip to content

Commit

Permalink
removed special storage service, added __init__ to main directory
Browse files Browse the repository at this point in the history
  • Loading branch information
phyllers committed Aug 22, 2016
1 parent f3b0bf6 commit 563b6c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added __init__.py
Empty file.
2 changes: 1 addition & 1 deletion google_helpers/storage_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def get_storage_resource():
credentials = GoogleCredentials.from_stream(settings.GOOGLE_APPLICATION_CREDENTIALS)\
.create_scoped(STORAGE_SCOPES)

return discovery.build('storage', 'v1', credentials=credentials)
return discovery.build('storage', 'v1', credentials=credentials)

0 comments on commit 563b6c3

Please sign in to comment.