Browse Source

Remove unused 'os'

Matthew Wang 11 years ago
parent
commit
61d9e93b7b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      cdiff.py

+ 0
- 1
cdiff.py View File

33
 import signal
33
 import signal
34
 import subprocess
34
 import subprocess
35
 import select
35
 import select
36
-import os
37
 import difflib
36
 import difflib
38
 
37
 
39
 
38