Merge "Add minimal_instance_type config option"
diff --git a/common/remote_client.py b/common/remote_client.py
index 2955418..f0405b8 100644
--- a/common/remote_client.py
+++ b/common/remote_client.py
@@ -143,7 +143,7 @@
         connection.close()
 
 
-class RemoteClient():
+class RemoteClient(object):
 
     # NOTE(afazekas): It should always get an address instead of server
     def __init__(self, server, username, password=None, pkey=None,