From 2e1919dd98e0b1269163025890272ca0b57730c6 Mon Sep 17 00:00:00 2001 From: Shivaram Venkataraman Date: Fri, 22 Feb 2013 00:48:03 -0800 Subject: [PATCH] Remove unneeded import --- deploy_templates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy_templates.py b/deploy_templates.py index 7eb21db..3cc30a9 100755 --- a/deploy_templates.py +++ b/deploy_templates.py @@ -5,7 +5,6 @@ import os import sys -import subprocess # Deploy the configuration file templates in the spark-ec2/templates directory # to the root filesystem, substituting variables such as the master hostname,