From 404c5ab8c392584c378805ca7305e39e3d77b525 Mon Sep 17 00:00:00 2001 From: Grant Thomas Date: Tue, 8 May 2012 07:05:12 -0700 Subject: [PATCH] Really fix indentation. Github browser-editor fail\! --- conf/python/templates/VersionChecker.st | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/python/templates/VersionChecker.st b/conf/python/templates/VersionChecker.st index 91f8a3b7a6a..46d3c23c68e 100644 --- a/conf/python/templates/VersionChecker.st +++ b/conf/python/templates/VersionChecker.st @@ -18,14 +18,14 @@ 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. """ _compatible_version = "$apiVersion$" - @classmethod - def getCompatibleVersion(cls): - """ - Gets the version against which the library code was written - """ - return cls._compatible_version + @classmethod + def getCompatibleVersion(cls): + """ + Gets the version against which the library code was written + """ + return cls._compatible_version \ No newline at end of file