this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Complete the target renaming tool

+1 -1
+1 -1
tools/rename-target
··· 19 19 20 20 f.seek(0) 21 21 22 - contents = re.sub("([^\w])" + old + "([^\w])", r"\1" + new + r"\2", contents) 22 + contents = re.sub("([^\w.])" + old + "([^\w.])", r"\1" + new + r"\2", contents) 23 23 24 24 f.write(contents) 25 25