Ver código fonte

Remove unused imports

Steven Myint 11 anos atrás
pai
commit
500b0686e7
2 arquivos alterados com 0 adições e 2 exclusões
  1. 0
    1
      cdiff.py
  2. 0
    1
      setup.py

+ 0
- 1
cdiff.py Ver arquivo

@@ -25,7 +25,6 @@ if sys.hexversion < 0x02050000:
25 25
     raise SystemExit("*** Requires python >= 2.5.0")
26 26
 IS_PY3 = sys.hexversion >= 0x03000000
27 27
 
28
-import os
29 28
 import re
30 29
 import subprocess
31 30
 import errno

+ 0
- 1
setup.py Ver arquivo

@@ -3,7 +3,6 @@
3 3
 
4 4
 from __future__ import with_statement
5 5
 from distutils.core import setup
6
-import os
7 6
 from cdiff import META_INFO as _meta
8 7
 
9 8
 import sys