예제 #1
0
파일: post.py 프로젝트: blippy/soul
def email(f):
    	"email the summary to an appropriate group"
    	server = nntplib.NNTP(settings.host())
    	server.post(f)
    	server.quit()