Return-Path: Delivered-To: apmail-incubator-libcloud-commits-archive@minotaur.apache.org Received: (qmail 40811 invoked from network); 8 Feb 2010 07:26:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Feb 2010 07:26:44 -0000 Received: (qmail 46286 invoked by uid 500); 8 Feb 2010 07:26:44 -0000 Delivered-To: apmail-incubator-libcloud-commits-archive@incubator.apache.org Received: (qmail 46273 invoked by uid 500); 8 Feb 2010 07:26:44 -0000 Mailing-List: contact libcloud-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: libcloud-dev@incubator.apache.org Delivered-To: mailing list libcloud-commits@incubator.apache.org Received: (qmail 46264 invoked by uid 99); 8 Feb 2010 07:26:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Feb 2010 07:26:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Feb 2010 07:26:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8F3FC2388901; Mon, 8 Feb 2010 07:26:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r907574 - /incubator/libcloud/trunk/libcloud/drivers/rackspace.py Date: Mon, 08 Feb 2010 07:26:21 -0000 To: libcloud-commits@incubator.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100208072621.8F3FC2388901@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Mon Feb 8 07:26:20 2010 New Revision: 907574 URL: http://svn.apache.org/viewvc?rev=907574&view=rev Log: Remove unused imports noticed by pyflakes Modified: incubator/libcloud/trunk/libcloud/drivers/rackspace.py Modified: incubator/libcloud/trunk/libcloud/drivers/rackspace.py URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rackspace.py?rev=907574&r1=907573&r2=907574&view=diff ============================================================================== --- incubator/libcloud/trunk/libcloud/drivers/rackspace.py (original) +++ incubator/libcloud/trunk/libcloud/drivers/rackspace.py Mon Feb 8 07:26:20 2010 @@ -17,13 +17,8 @@ """ from libcloud.types import NodeState, InvalidCredsException, Provider from libcloud.base import ConnectionUserAndKey, Response, NodeDriver, Node, NodeSize, NodeImage, NodeLocation -from libcloud.interface import INodeDriver - -from zope.interface import implements - import os -import time import base64 import urlparse