[Assorted-commits] SF.net SVN: assorted:[1445] mailing-list-filter/trunk/src/mlf.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-06-03 17:07:54
|
Revision: 1445 http://assorted.svn.sourceforge.net/assorted/?rev=1445&view=rev Author: yangzhang Date: 2009-06-03 17:07:53 +0000 (Wed, 03 Jun 2009) Log Message: ----------- using python commons path Modified Paths: -------------- mailing-list-filter/trunk/src/mlf.py Modified: mailing-list-filter/trunk/src/mlf.py =================================================================== --- mailing-list-filter/trunk/src/mlf.py 2009-06-03 00:17:16 UTC (rev 1444) +++ mailing-list-filter/trunk/src/mlf.py 2009-06-03 17:07:53 UTC (rev 1445) @@ -9,13 +9,13 @@ """ from __future__ import with_statement -from path import path from functools import partial from commons.log import * from contextlib import closing, contextmanager import getpass, logging, shelve, email, re, os, imaplib, itertools import argparse, collections, subprocess, shutil from commons import log, startup, seqs, networking, files, sqlhash +from commons.path import path info = partial(log.info, 'main') debug = partial(log.debug, 'main') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |