Undo redundant imports & new-style raises

New-style rasies need to be redone in a py2-friendly way, and the
redudant imports are redudnant and can safely be removed
This commit is contained in:
Flaviu Tamas
2018-09-04 19:49:44 -04:00
committed by Kovid Goyal
parent 8285481221
commit 01fbf09c0b
86 changed files with 8 additions and 89 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
# License: GPLv3 Copyright: 2008, Kovid Goyal <kovid at kovidgoyal.net>
from __future__ import print_function
import importlib
from __future__ import print_function
import json
import re
import socket