github.com/annchain/OG@v0.0.9/scripts/common/hosts.py (about) 1 def hosts(fname): 2 with open(fname) as f: 3 return [line.strip() for line in f]