make pyflakes a bit more silent

- explictely import json, since this is used ( only to silence pyflakes)
- remove shutil as it is unused
This commit is contained in:
Michael Scherer 2013-11-02 11:29:40 +01:00
parent e62cbba1fc
commit c2851cd1e8

View file

@ -72,9 +72,9 @@ EXAMPLES = '''
import base64
import getpass
import json
import os
import os.path
import shutil
import signal
import socket
import struct