dabo Commit Revision 2412 Date: 2006-10-31 18:12:19 -0800 (Tue, 31 Oct 2006) Author: paul
Changed: _U trunk/ANNOUNCE _U trunk/AUTHORS _U trunk/ChangeLog _U trunk/INSTALL _U trunk/README _U trunk/TODO _U trunk/dabo/biz/dAutoBizobj.py _U trunk/dabo/biz/newRecordProblem.py UU trunk/dabo/db/dNoEscQuoteStr.py _U trunk/dabo/lib/datanav/Bizobj.py _U trunk/dabo/lib/datanav/__init__.py _U trunk/dabo/ui/dialogs/__init__.py _U trunk/dabo/ui/uiwx/concordance.py _U trunk/ez_setup.py _U trunk/setup.py _U trunk/tools/reportMixedIndentation.py
Log: Set end of line style to native for several missed ones.
Diff:
Property changes on: trunk/ANNOUNCE ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/AUTHORS ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/ChangeLog ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/INSTALL ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/README ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/TODO ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/dabo/biz/dAutoBizobj.py ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/dabo/biz/newRecordProblem.py ___________________________________________________________________ Name: svn:eol-style + native
Modified: trunk/dabo/db/dNoEscQuoteStr.py =================================================================== --- trunk/dabo/db/dNoEscQuoteStr.py 2006-10-31 16:25:15 UTC (rev 2411) +++ trunk/dabo/db/dNoEscQuoteStr.py 2006-11-01 02:12:19 UTC (rev 2412) @@ -1,10 +1,10 @@ -from dabo.dObject import dObject - -class dNoEscQuoteStr(dObject): - def __init__(self, value): - self._baseClass = dNoEscQuoteStr - super(dNoEscQuoteStr, self).__init__() - self._value = value - - def __str__(self): +from dabo.dObject import dObject + +class dNoEscQuoteStr(dObject): + def __init__(self, value): + self._baseClass = dNoEscQuoteStr + super(dNoEscQuoteStr, self).__init__() + self._value = value + + def __str__(self): return self._value \ No newline at end of file
Property changes on: trunk/dabo/db/dNoEscQuoteStr.py ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/dabo/lib/datanav/Bizobj.py ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/dabo/lib/datanav/__init__.py ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/dabo/ui/dialogs/__init__.py ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/dabo/ui/uiwx/concordance.py ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/ez_setup.py ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/setup.py ___________________________________________________________________ Name: svn:eol-style + native
Property changes on: trunk/tools/reportMixedIndentation.py ___________________________________________________________________ Name: svn:eol-style + native
©2006 Paul McNett |