Remove unused imports
This commit is contained in:
parent
dc2e4cc804
commit
0ab7bd402a
1 changed files with 0 additions and 2 deletions
|
@ -1,9 +1,7 @@
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
import sys
|
|
||||||
import re
|
import re
|
||||||
import glob
|
import glob
|
||||||
import string
|
|
||||||
import subprocess
|
import subprocess
|
||||||
from compat import iteritems, isbasestring, decode_utf8
|
from compat import iteritems, isbasestring, decode_utf8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue