~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/i18n/tools/mk_POTFILES.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
# Define a blacklist.
16
16
 
17
 
blacklist = ["_tests",
18
 
             os.path.join("script", "old"),
19
 
             "support",
20
 
             os.path.join("filter", "EXIF.py"),
21
 
             os.path.join("web", "static", "htdocs"),
22
 
            ]
 
17
blacklist = ["_tests", os.path.join("script", "old"), "support", "filter/EXIF.py"]
23
18
 
24
19
# Define an output file for the filenames.
25
20