summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'''