def readline(self):
		line = SimplifiedLoader.readline(self)
		while line[:1] == '#':
			line = SimplifiedLoader.readline(self)
		return line