diff options
author | Soren Hansen <soren@canonical.com> | 2009-06-27 19:50:49 +0200 |
---|---|---|
committer | Soren Hansen <soren@canonical.com> | 2009-06-27 19:50:49 +0200 |
commit | 07a9ad9831f34edd2c6df934390f8840d7d99940 (patch) | |
tree | 63392df38444ebe857c8c813461b90514dd7c496 /ec2-run-user-data.py | |
parent | 14c431c2d1c2eeff3a9a104beb937073ad426679 (diff) | |
download | vyos-cloud-init-07a9ad9831f34edd2c6df934390f8840d7d99940.tar.gz vyos-cloud-init-07a9ad9831f34edd2c6df934390f8840d7d99940.zip |
Clean out unused imports
Diffstat (limited to 'ec2-run-user-data.py')
-rwxr-xr-x | ec2-run-user-data.py | 1 |
1 files changed, 0 insertions, 1 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 |