diff options
-rwxr-xr-x | ec2-run-user-data.py | 1 | ||||
-rwxr-xr-x | ec2-set-hostname.py | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/ec2-run-user-data.py b/ec2-run-user-data.py index 1e682575..8e16cefd 100755 --- a/ec2-run-user-data.py +++ b/ec2-run-user-data.py @@ -21,7 +21,6 @@ import email import os import subprocess -import sys import tempfile import ec2init diff --git a/ec2-set-hostname.py b/ec2-set-hostname.py index 4d7edc27..48aad89b 100755 --- a/ec2-set-hostname.py +++ b/ec2-set-hostname.py @@ -18,8 +18,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -import urllib -import os from Cheetah.Template import Template import ec2init |