Skip to content

Commit

Permalink
Removed erroneous tab characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuutilainen committed May 30, 2012
1 parent 0e50fbc commit acc8ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome-disable-autoupdates.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def removeChromeFromKeystone():
if retcode != 0:
print >> sys.stderr, "Warning: ksadmin exited with code %i" % retcode
else:
print "Removed Chrome from Keystone"
print "Removed Chrome from Keystone"
else:
print >> sys.stderr, "Warning: %s not found" % ksadmin
if not os.path.exists("/Library/Google/GoogleSoftwareUpdate/TicketStore/"):
Expand Down
4 changes: 2 additions & 2 deletions chrome-enable-autoupdates.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def keystoneInstall():
else:
return False
else:
print >> sys.stderr, "Error: KeystoneRegistration.framework not found"
print >> sys.stderr, "Error: KeystoneRegistration.framework not found"
return False


Expand Down Expand Up @@ -127,7 +127,7 @@ def registerChromeWithKeystone():
else:
return False
else:
print >> sys.stderr, "Error: %s doesn't exist" % ksadmin
print >> sys.stderr, "Error: %s doesn't exist" % ksadmin
return False


Expand Down

0 comments on commit acc8ce2

Please sign in to comment.