Add exclusive_storage node parameter
[ganeti-local] / test / ganeti.confd.client_unittest.py
index d816d16..215e75a 100755 (executable)
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 0.0510-1301, USA.
+# 02110-1301, USA.
 
 
 """Script for unittesting the confd client module"""
 
 
 """Script for unittesting the confd client module"""
@@ -228,5 +228,5 @@ class TestIP6Client(unittest.TestCase, _BaseClientTest):
     _BaseClientTest.setUp(self)
 
 
     _BaseClientTest.setUp(self)
 
 
-if __name__ == '__main__':
+if __name__ == "__main__":
   testutils.GanetiTestProgram()
   testutils.GanetiTestProgram()