general: edit comment

This commit is contained in:
Dylan Araps 2017-07-25 09:43:36 +10:00
parent 8ba377de3a
commit 3dba546dbc
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,8 @@ def gtk():
# provide a way of doing this.
if shutil.which("python2"):
util.disown("python2", MODULE_DIR / "scripts" / "gtk_reload.py")
else:
print("warning: GTK2 reload support requires Python 2.")
def i3():

View File

@ -10,7 +10,7 @@ Original source: https://crunchbang.org/forums/viewtopic.php?id=39646
try:
import gtk
except ImportError:
print("error: GTK reload requires PyGTK.")
print("[!] error: GTK reload requires PyGTK.")
exit(1)