[pyatspi2] Remove some tabs for Python 3



commit 337c3315132d3a99c75d9a8c448b45d1a172b5d1
Author: Mike Gorse <mgorse suse com>
Date:   Mon Jul 16 12:16:24 2012 -0500

    Remove some tabs for Python 3

 pyatspi/interface.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pyatspi/interface.py b/pyatspi/interface.py
index f2fc482..c6c5d88 100644
--- a/pyatspi/interface.py
+++ b/pyatspi/interface.py
@@ -18,12 +18,12 @@ from pyatspi.utils import *
 #from pyatspi.component import *
 
 __all__ = [
-           "interface"
+	   "interface"
 ]
 
 class interface(object):
-        def __init__(self, obj):
-                self.obj = obj
+	def __init__(self, obj):
+		self.obj = obj
 
 	def __eq__(a, b):
 		return (a.__class__ == b.__class__ and a.obj == b.obj)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]