Bug 143082

Summary: /usr/lib/python2.4/site-packages/libxml2.py: inconsistent use of tabs and spaces in indentation
Product: [openSUSE] SUSE Linux 10.1 Reporter: Christoph Thiel <cthiel>
Component: DevelopmentAssignee: Karl Eichwalder <ke>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None    
Version: Alpha 4   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Christoph Thiel 2006-01-13 13:09:38 UTC
libxml2.py seems to have a problem with tabs and spaces. Reproduce by using a program that needs libxml2, e.g. createrepo:

$ rpm -q libxml2-python
libxml2-python-2.6.23-2
$ createrepo .
/usr/lib/python2.4/site-packages/libxml2.py: inconsistent use of tabs and spaces in indentation
$
Comment 1 Karl Eichwalder 2006-01-16 16:20:32 UTC
thanks for the report and thanks to Jan Matejek for tracking down the problem.