You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2011/05/14 11:47:22 UTC

svn commit: r1102989 - /incubator/libcloud/trunk/libcloud/loadbalancer/drivers/gogrid.py

Author: pquerna
Date: Sat May 14 09:47:21 2011
New Revision: 1102989

URL: http://svn.apache.org/viewvc?rev=1102989&view=rev
Log:
remove unused variables

Modified:
    incubator/libcloud/trunk/libcloud/loadbalancer/drivers/gogrid.py

Modified: incubator/libcloud/trunk/libcloud/loadbalancer/drivers/gogrid.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/loadbalancer/drivers/gogrid.py?rev=1102989&r1=1102988&r2=1102989&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/loadbalancer/drivers/gogrid.py (original)
+++ incubator/libcloud/trunk/libcloud/loadbalancer/drivers/gogrid.py Sat May 14 09:47:21 2011
@@ -13,14 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import os
 import time
 
-try:
-    import json
-except ImportError:
-    import simplejson
-
 from libcloud.common.types import LibcloudError
 from libcloud.common.gogrid import GoGridConnection, BaseGoGridDriver
 from libcloud.loadbalancer.base import LB, LBMember, LBDriver