Update master

This commit is contained in:
Nabin Hait 2012-07-01 20:06:59 +05:30
parent ea0a8ce616
commit 8e7facf344

2
wnf.py
View file

@ -55,7 +55,7 @@ def search_replace_with_prompt(fpath, txt1, txt2):
tmp = []
for c in content:
if c.find(txt1) != -1:
print '\n', fpath
print fpath
print colored(txt1, 'red').join(c[:-1].split(txt1))
a = ''
while a.lower() not in ['y', 'n', 'skip']: