Really fix indentation. Github browser-editor fail\!

This commit is contained in:
Grant Thomas 2012-05-08 07:05:12 -07:00
parent 6db5c15037
commit 404c5ab8c3

View File

@ -18,14 +18,14 @@
class VersionChecker(object): class VersionChecker(object):
""" """
Maintains the compatible server version against which the drive is writtena Maintains the compatible server version against which the drive is writtena
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
""" """
_compatible_version = "$apiVersion$" _compatible_version = "$apiVersion$"
@classmethod @classmethod
def getCompatibleVersion(cls): def getCompatibleVersion(cls):
""" """
Gets the version against which the library code was written Gets the version against which the library code was written
""" """
return cls._compatible_version return cls._compatible_version