Lines Matching refs:f
543 f = open(self.pwfile, "w")
545 f.write("# Enter key passwords between the [[[ ]]] brackets.\n")
546 f.write("# (Additional spaces are harmless.)\n\n")
552 f.write("[[[ %s ]]] %s\n" % (v, k))
556 f.close()
567 f = open(self.pwfile, "r")
568 for line in f:
576 f.close()
609 d, f = os.path.split(path)
610 b, x = os.path.splitext(f)
612 f = b
613 info = imp.find_module(f, [d])