summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-07-08 15:26:31 +0200
committerChristophe Fergeau <cfergeau@mandriva.com>2009-07-08 15:26:31 +0200
commitfed039505843e526eb2832a8e8e04e62e18b976e (patch)
tree56e42b38c62be3ad78adda21735b1e4d741d1197 /tools
parent5ed6700a3412e4644146c070dbbb8790d4fe07f8 (diff)
fix match_op2glob doc
Diffstat (limited to 'tools')
-rwxr-xr-xtools/fdi2mpi.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/fdi2mpi.py b/tools/fdi2mpi.py
index 2ab10ea..38631bb 100755
--- a/tools/fdi2mpi.py
+++ b/tools/fdi2mpi.py
@@ -67,9 +67,7 @@ _hal_prop2mpi = {
def match_op2glob(node):
'''Convert FDI match operator to a glob.
- Return pair (glob, identifier) with the actual glob, and a string
- containing no glob characters or spaces, which is suitable as a file
- name.
+ Return glob
'''
if node.attributes.has_key('string'):
return node.attributes['string'].nodeValue