« Previous | Next » 

Revision 3ecf6786

ID3ecf6786a731c0a467f0efcbf6346914e3824ec8
Parent 5c947f38
Child 5d6dd340

Added by Iustin Pop over 16 years ago

Style changes for pep-8 and python-3000 compliance.

This changes the raising of exceptions from:
raise Exception, value
to
raise Exception(value)

as the first form will be removed in python-3000 and the second form is
preferred now.

The changes also involve a few cases of changing from raising standard
exceptions and use our own ones.

The new version also fixes many pylint-generated warnings, especially in
ganeti-noded where I changed many methods to @staticmethod.

There is no functionality changed (barring any bugs).

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences