diff options
| author | Dirk Mueller <dirk@dmllr.de> | 2013-06-09 11:07:27 +0200 |
|---|---|---|
| committer | Dirk Mueller <dirk@dmllr.de> | 2013-06-22 16:00:26 +0200 |
| commit | 62579fbb217f4c1a4668e793ebaafaf668619206 (patch) | |
| tree | 8a791ee5b60248ecc5f59b895c1e4049529ab918 /tests/test_shell.py | |
| parent | d8a537c7fe9b1e455831d05d9ba0ab67e03fb3a5 (diff) | |
| download | python-glanceclient-62579fbb217f4c1a4668e793ebaafaf668619206.tar.gz | |
Start using Pyflakes and Hacking
Instead of globally ignoring pyflakes and
hacking warnings, only blacklist those that trigger
very frequently so far, in order to clean them
up in followup commits. Fix and start gating
on the rest already.
Change-Id: Ied7c7250061e3bf379e8286e8ce3b9e4af817faf
Diffstat (limited to 'tests/test_shell.py')
| -rw-r--r-- | tests/test_shell.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_shell.py b/tests/test_shell.py index f358546..a895c2d 100644 --- a/tests/test_shell.py +++ b/tests/test_shell.py @@ -16,9 +16,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 import argparse -import cStringIO import os -import sys from glanceclient import exc from glanceclient import shell as openstack_shell |
