Browse Source

Remove unused 'os'

Matthew Wang 10 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,7 +33,6 @@ import re
33 33
 import signal
34 34
 import subprocess
35 35
 import select
36
-import os
37 36
 import difflib
38 37
 
39 38