Added a dbus main loop to cryptohome proxy instances.
BUG=chromium:355079
TEST=Run the tests, make sure no dbus mainloop errors.
Change-Id: I5b69dfd0c9c2ac4bf3d28a9957623efede9e5021
Reviewed-on: https://chromium-review.googlesource.com/192410
Reviewed-by: Chris Masone <cmasone@chromium.org>
Commit-Queue: Darren Krahn <dkrahn@chromium.org>
Tested-by: Darren Krahn <dkrahn@chromium.org>
diff --git a/client/cros/cryptohome.py b/client/cros/cryptohome.py
index 975206d..d9e008c 100644
--- a/client/cros/cryptohome.py
+++ b/client/cros/cryptohome.py
@@ -115,7 +115,7 @@
__run_cmd(cmd)
# Ensure that the vault does not exist.
if os.path.exists(os.path.join(constants.SHADOW_ROOT, user_hash)):
- raise ChromiumOSError('Cryptohome could not remove the user''s vault.')
+ raise ChromiumOSError('Cryptohome could not remove the user\'s vault.')
def remove_all_vaults():