From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shriram Rajagopalan Subject: [PATCH 0 of 3] [Resend v2] remus: cleanup python code Date: Wed, 22 Jun 2011 06:37:36 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org This patch series removes unused classes/code from Remus python modules and adds some exception handling to ensure a cleaner exit. Changes since last revision: Patch 3/3: Handle specific exceptions when installing/uninstalling net buffers, instead of blank exceptions.