Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #571 from mozilla-services/545-postgresql-installa…
Browse files Browse the repository at this point in the history
…tion-error

Mention explicit dependency missing (fixes #545)
  • Loading branch information
Natim committed Nov 12, 2015
2 parents beb5645 + 31a1f06 commit 2cb2436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliquet/storage/postgresql/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def create_from_config(config, prefix=''):
"""Create a PostgreSQLClient client using settings in the provided config.
"""
if sqlalchemy is None:
message = ("PostgreSQL dependencies missing. "
message = ("PostgreSQL SQLAlchemy dependency missing. "
"Refer to installation section in documentation.")
raise ImportWarning(message)

Expand Down

0 comments on commit 2cb2436

Please sign in to comment.