def openfile(path):
	global lines
	return open(path).readlines()
...

Python fixcase.py

by Mizipzor, November 16, 2009 16:41, 1 refactoring, tagged with python text parse short

While porting way to many f...

9e9bb40f93094055bd09193eb3bccbb8 Talk