diff engine/extensions/pychan/attrs.py @ 129:9a1529f9625e

* Indentation patch by GreyGhost
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 07 Aug 2008 15:46:46 +0000
parents ec653fde64d3
children fe7ff4808529
line wrap: on
line diff
--- a/engine/extensions/pychan/attrs.py	Wed Aug 06 22:35:27 2008 +0000
+++ b/engine/extensions/pychan/attrs.py	Thu Aug 07 15:46:46 2008 +0000
@@ -28,7 +28,7 @@
 	"""
 	def __init__(self,name):
 		self.name = name
-	
+
 	def set(self,obj,value):
 		"""
 		Parses the given value with the L{parse} method