Commit 061394ff by Michael Scherer

make pyflakes a bit more silent

- explictely import json, since this is used ( only to silence pyflakes)
- remove shutil as it is unused
parent ce29c158
......@@ -72,9 +72,9 @@ EXAMPLES = '''
import base64
import getpass
import json
import os
import os.path
import shutil
import signal
import socket
import struct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment