#!/usr/bin/python import re file = "/home/camdpams_www/signer/include/data/trusted.txt" text = open(file,"r") for lines in text: print lines text.close()