GNOME Bugzilla – Bug 409193
libxslt.py: inconsistent use of tabs and spaces in indentation
Last modified: 2007-02-18 17:01:10 UTC
Please describe the problem: libxslt.py (generated from python/libxsl.py) does not use tabs and spaces consistently. Steps to reproduce: Steps to reproduce: python -Ott -c "import libxslt" Actual results: Traceback (most recent call last):
+ Trace 111694
elif osname == 'Darwin':
Expected results: No such traceback should happen. Does this happen every time? Yes Other information:
Created attachment 82785 [details] [review] python/libxsl.py
Fixed in SVN - thanks for the report!