diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-05-04 15:54:12 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-05-07 15:08:58 -0700 |
| commit | 86dc475bd6de08c8a329a26f988d0fff8868c8a0 (patch) | |
| tree | 34836d4064fdf0341a5addcbe3c75d019229bc97 /nova/cloudpipe | |
| parent | f729925f5a3231c1b8ec2cb3c9c5fcd2bc68dbbb (diff) | |
| download | nova-86dc475bd6de08c8a329a26f988d0fff8868c8a0.tar.gz nova-86dc475bd6de08c8a329a26f988d0fff8868c8a0.tar.xz nova-86dc475bd6de08c8a329a26f988d0fff8868c8a0.zip | |
pylint cleanup
Mostly remove unused imports
Change-Id: Icdb3ec77537b2568f4e85843bab89eb63cd17d8e
Diffstat (limited to 'nova/cloudpipe')
| -rw-r--r-- | nova/cloudpipe/pipelib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/cloudpipe/pipelib.py b/nova/cloudpipe/pipelib.py index 497ee6ffc..0f9f782b0 100644 --- a/nova/cloudpipe/pipelib.py +++ b/nova/cloudpipe/pipelib.py @@ -24,7 +24,6 @@ an instance with it. import os import string -import tempfile import zipfile # NOTE(vish): cloud is only for the _gen_key functionality |
