Missing import of base_classes on server/remote.py

Signed-off-by: Gustavo Rahal <grahal@br.ibm.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1490 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/hosts/remote.py b/server/hosts/remote.py
index 20bd923..9f5e955 100644
--- a/server/hosts/remote.py
+++ b/server/hosts/remote.py
@@ -6,6 +6,7 @@
 try:
 	from site_host import SiteHost
 except ImportError:
+	import base_classes
 	class SiteHost(base_classes.Host):
 		def __init__(self):
 			super(SiteHost, self).__init__()