diff babel/util.py @ 47:f8469ab4b257 trunk

Support passing extraction method mapping and options from the frontends (see #4). No distutils/setuptools keyword supported yet, but the rest seems to be working okay.
author cmlenz
date Wed, 06 Jun 2007 21:03:24 +0000
parents a524b547ea7e
children f40fc143439c
line wrap: on
line diff
--- a/babel/util.py
+++ b/babel/util.py
@@ -39,6 +39,7 @@
     True
     >>> pathmatch('**.py', 'templates/index.html')
     False
+    
     >>> pathmatch('**/templates/*.html', 'templates/index.html')
     True
     >>> pathmatch('**/templates/*.html', 'templates/foo/bar.html')
Copyright (C) 2012-2017 Edgewall Software