Skip to content

Commit

Permalink
pyqt5 requires error message
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Jan 2, 2015
1 parent cf785fe commit e515c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/ghost.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def __init__(
network_access_manager_class=NetworkAccessManager,
):
if not binding:
raise Exception("Ghost.py requires PySide or PyQt4")
raise Exception("Ghost.py requires PySide, PyQt4 or PyQt5")

self.id = str(uuid.uuid4())

Expand Down

0 comments on commit e515c77

Please sign in to comment.