summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-06-12 16:50:07 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-06-12 16:50:07 +0000
commit93fa7685dd976606273fc286a5f9988a1308cc85 (patch)
tree072ada614d85024faaaee9ef6a2add3f3ef0c8c2
parentcb440cd649a31b723195338127cd861dbb11676b (diff)
downloadbcfg2-93fa7685dd976606273fc286a5f9988a1308cc85.tar.gz
bcfg2-93fa7685dd976606273fc286a5f9988a1308cc85.tar.bz2
bcfg2-93fa7685dd976606273fc286a5f9988a1308cc85.zip
* Version bump to 0.8.2pre6
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1881 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--debian/changelog6
-rw-r--r--misc/bcfg2.spec2
-rw-r--r--src/lib/Client/Proxy.py2
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 <desai@mcs.anl.gov> 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'''