Revision 5ae4945a autotools/build-bash-completion

b/autotools/build-bash-completion
1 1
#!/usr/bin/python
2 2
#
3 3

  
4
# Copyright (C) 2009 Google Inc.
4
# Copyright (C) 2009, 2012 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
108 108
  sw.Write("}")
109 109

  
110 110
  for (fnname, paths) in [
111
      ("os", constants.OS_SEARCH_PATH),
112
      ("iallocator", constants.IALLOCATOR_SEARCH_PATH),
113
      ]:
111
    ("os", constants.OS_SEARCH_PATH),
112
    ("iallocator", constants.IALLOCATOR_SEARCH_PATH),
113
    ]:
114 114
    sw.Write("_ganeti_%s() {", fnname)
115 115
    sw.IncIndent()
116 116
    try:

Also available in: Unified diff