Rename machines_with_machine_quality to machinesWithMachineQuality

As per the code style conventions. Sorry, I'm used to other conventions in one of my own projects.

Contributes to issue CURA-844.
This commit is contained in:
Ghostkeeper 2016-08-09 13:33:11 +02:00
parent 36f84017cf
commit 1428f67798
No known key found for this signature in database
GPG key ID: 701948C5954A7385
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ class VersionUpgrade21to22(VersionUpgrade):
#
# \return A set of machine identifiers.
@staticmethod
def machines_with_machine_quality(self):
def machinesWithMachineQuality(self):
return _machines_with_machine_quality
## Converts machine instances from format version 1 to version 2.