Browse Source

Merge pull request #34761 from Anutrix/remove_2_unused_imports

Remove unused imports in methods.py
Rémi Verschelde 5 years ago
parent
commit
536cf9a527
1 changed files with 0 additions and 2 deletions
  1. 0 2
      methods.py

+ 0 - 2
methods.py

@@ -1,9 +1,7 @@
 import os
 import os.path
-import sys
 import re
 import glob
-import string
 import subprocess
 from compat import iteritems, isbasestring, decode_utf8