CVS: tmda/TMDA FilterParser.py,1.59,1.60
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/TMDA
In directory sc8-pr-cvs1:/tmp/cvs-serv14920/TMDA
Modified Files:
FilterParser.py
Log Message:
Remove cruft leftover from {to,from}-mysql.
Index: FilterParser.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/FilterParser.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- FilterParser.py 11 Jul 2003 23:02:59 -0000 1.59
+++ FilterParser.py 19 Aug 2003 23:55:38 -0000 1.60
@@ -222,7 +222,7 @@
bol_comment = re.compile(r'\s*#')
most_sources = re.compile(r"""
- ( (?:to|from)-(?:file|cdb|dbm|ezmlm|mailman|mysql|sql)
+ ( (?:to|from)-(?:file|cdb|dbm|ezmlm|mailman|sql)
| size | pipe
| (?:to|from) (?!-) )
""", re.VERBOSE | re.IGNORECASE)
@@ -281,9 +281,6 @@
'size' : None,
'pipe' : None
}
-
- # MySQL connection
- MySQL = None
def __init__(self, db_instance=None):
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs