From 93fa7685dd976606273fc286a5f9988a1308cc85 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 12 Jun 2006 16:50:07 +0000 Subject: * Version bump to 0.8.2pre6 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1881 ce84e21b-d406-0410-9b95-82705330c041 --- debian/changelog | 6 ++++++ misc/bcfg2.spec | 2 +- src/lib/Client/Proxy.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1233092dc..419171c96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcfg2 (0.8.2-0pre6) unstable; urgency=low + + * new upstream + + -- Narayan Desai Mon, 12 Jun 2006 11:49:35 -0500 + bcfg2 (0.8.2-0pre5) unstable; urgency=low * new upstream diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index aa3477f94..15211b9ea 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -1,5 +1,5 @@ %define name bcfg2 -%define version 0.8.2pre5 +%define version 0.8.2pre6 %define release 1 %define pythonversion 2.3 diff --git a/src/lib/Client/Proxy.py b/src/lib/Client/Proxy.py index d8e1dea19..521d7110c 100644 --- a/src/lib/Client/Proxy.py +++ b/src/lib/Client/Proxy.py @@ -1,7 +1,7 @@ '''Cobalt proxy provides client access to cobalt components''' __revision__ = '$Revision$' -import logging, socket, time, xmlrpclib, ConfigParser, httplib, OpenSSL +import logging, socket, time, xmlrpclib, ConfigParser, httplib class CobaltComponentError(Exception): '''This error signals component connection errors''' -- cgit v1.2.3-1-g7c22