mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
d3ca46e662
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
17 lines
637 B
Diff
17 lines
637 B
Diff
--- quickswitch-i3-2.1/quickswitch.original.py 2014-05-02 13:32:46.939145487 +0300
|
|
+++ quickswitch-i3-2.1/quickswitch.py 2014-05-02 13:41:20.155729397 +0300
|
|
@@ -30,8 +30,13 @@
|
|
try:
|
|
import i3
|
|
except ImportError:
|
|
+ print("")
|
|
+ print("----------------------------------------------------")
|
|
print("quickswitch requires i3-py.")
|
|
- print("You can install it from the PyPI with ``pip install i3-py''.")
|
|
+ print("You can install it from http://slackbuilds.org site")
|
|
+ print("or from PyPI with ``pip install i3-py''.")
|
|
+ print("----------------------------------------------------")
|
|
+ print("")
|
|
exit(1)
|
|
|
|
|