[Dev OpenGP] [129] daemon?\197?\147

[ Thread Index | Date Index | More opengp.tuxfamily.org/development Archives ]


Revision: 129
Author:   nicolaf
Date:     2009-03-27 03:07:35 +0100 (Fri, 27 Mar 2009)

Log Message:
-----------
daemon?\197?\147

Modified Paths:
--------------
    trunk/src/lib/ogp/core/ogpcore.py


Modified: trunk/src/lib/ogp/core/ogpcore.py
===================================================================
--- trunk/src/lib/ogp/core/ogpcore.py	2009-03-27 02:03:48 UTC (rev 128)
+++ trunk/src/lib/ogp/core/ogpcore.py	2009-03-27 02:07:35 UTC (rev 129)
@@ -351,12 +351,11 @@
 
 class OgpCoreError(Exception):
 	"""
-	OGP plugin error class.
-  """
-  def __init__(self, value):
-	  self.value = value
-	logging.error(str(self))
-
-  def __str__(self):
-	  return repr("OgpCoreError: " + self.value)
-
+		OGP plugin error class.
+	"""
+	def __init__(self, value):
+		self.value = value
+		logging.error(str(self))
+	
+	def __str__(self):
+		return repr("OgpCoreError: " + self.value)


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/