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 | |
parent | 14c431c2d1c2eeff3a9a104beb937073ad426679 (diff) | |
download | vyos-cloud-init-07a9ad9831f34edd2c6df934390f8840d7d99940.tar.gz vyos-cloud-init-07a9ad9831f34edd2c6df934390f8840d7d99940.zip |
Clean out unused imports
-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 |