This website works better with JavaScript
Home
Explore
Help
Sign In
netvor
/
ydiff
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
23
Wiki
Activity
Browse Source
Remove unused 'os'
Matthew Wang
11 years ago
parent
d44d437758
commit
61d9e93b7b
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
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