fedora-accounts export-aliases.py,1.7,1.8

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Sun Oct 8 20:19:18 UTC 2006


Author: mmcgrath

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26339

Modified Files:
	export-aliases.py 
Log Message:
Basic email alias checking provided by Ahmed Kamal



Index: export-aliases.py
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-aliases.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- export-aliases.py	21 Jun 2005 22:28:38 -0000	1.7
+++ export-aliases.py	8 Oct 2006 20:19:15 -0000	1.8
@@ -3,6 +3,7 @@
 import sys, os, errno
 import website
 import getopt
+import re
 
 opts, args = getopt.getopt(sys.argv[1:], '', ('usage', 'help'))
 if len(args) != 3 or ('--usage','') in opts or ('--help','') in opts:




More information about the scm-commits mailing list