Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 058CC17F2F for ; Tue, 5 May 2015 13:26:04 +0000 (UTC) Received: (qmail 9145 invoked by uid 500); 5 May 2015 13:25:57 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 9087 invoked by uid 500); 5 May 2015 13:25:57 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 8744 invoked by uid 99); 5 May 2015 13:25:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 13:25:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 63875E00E0; Tue, 5 May 2015 13:25:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebgoa@apache.org To: commits@cloudstack.apache.org Date: Tue, 05 May 2015 13:26:37 -0000 Message-Id: In-Reply-To: <221c3e069cfc492fb79c05f2b8305f09@git.apache.org> References: <221c3e069cfc492fb79c05f2b8305f09@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [44/50] cloudstack-ec2stack git commit: remove unused imports remove unused imports Project: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/commit/c4d1a677 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/tree/c4d1a677 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/diff/c4d1a677 Branch: refs/heads/master Commit: c4d1a677825f8b7ea227ff24602a97a66ce35fb4 Parents: 2662cae Author: Ian Duffy Authored: Fri Dec 5 05:24:16 2014 +0000 Committer: Ian Duffy Committed: Fri Dec 5 05:24:16 2014 +0000 ---------------------------------------------------------------------- ec2stack/configure.py | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/c4d1a677/ec2stack/configure.py ---------------------------------------------------------------------- diff --git a/ec2stack/configure.py b/ec2stack/configure.py index 444d029..22dd22a 100644 --- a/ec2stack/configure.py +++ b/ec2stack/configure.py @@ -7,9 +7,7 @@ import os import argparse -from alembic import command from ConfigParser import SafeConfigParser -from alembic.config import Config as AlembicConfig def main():