Continuing to merge gbremer's work into master.

This commit is contained in:
Chris Lane 2013-08-15 18:03:58 -04:00
parent db4f793da2
commit 10cb62fee9
2 changed files with 12 additions and 12 deletions

View File

@ -8,5 +8,5 @@ try:
shutil.copytree('./.cheat', expanduser('~') + '/.cheat')
print "cheat has been installed successfully."
except IOError as e:
print >> sys.stderr, "This installer must be run as root."
print >> sys.stderr, e
sys.exit(1)