2010/2/25 Balazs Lecz <[email protected]>: > On Thu, Feb 25, 2010 at 11:51, Michael Hanselmann <[email protected]> wrote: >> 2010/2/18 Balazs Lecz <[email protected]>: >> Strings must use "" (not '') in Ganeti. Please provide unittests. > > There were only single quotes inĀ /lib/serializer.py, that's why I used that. > Shall I replace all single quotes with double quotes in that file?
No, use them only in new code. We shouldn't change existing code for details like quotes. Regards, Michael
