From 658168075e2e23aea27db8532c6e875a33afffbf Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Mon, 5 May 2014 11:23:16 +0530 Subject: [PATCH] Revert "Added missing strings in codes.py" This reverts commit c7c10f5220877607fcd2bd84f029d2ac28917034. --- tools/marvin/marvin/codes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/marvin/marvin/codes.py b/tools/marvin/marvin/codes.py index 5aeb10270af..cb268e23398 100644 --- a/tools/marvin/marvin/codes.py +++ b/tools/marvin/marvin/codes.py @@ -52,8 +52,6 @@ YES = "yes" FAILED = "FAILED" UNKNOWN_ERROR = "Unknown Error" EXCEPTION = "EXCEPTION" -ADMIN_ACCOUNT = "admin account" -USER_ACCOUNT = "user account" BASIC_ZONE = "basic" ISOLATED_NETWORK = "ISOLATED" SHARED_NETWORK = "SHARED"