~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/make-lint.py

  • Committer: Brian Aker
  • Date: 2010-05-21 18:25:00 UTC
  • mfrom: (1530.2.10)
  • Revision ID: brian@gaz-20100521182500-c30dbqd2ko56cf56
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
        'util/dummy.cc', 'drizzled/sql_yacc.h', 'drizzled/configmake.h',
133
133
        'drizzled/plugin/version.h',
134
134
        'drizzled/generated_probes.h',
135
 
        'drizzled/plugin/load_list.h']:
 
135
        'drizzled/module/load_list.h']:
136
136
        if exclude in path:
137
137
            return False
138
138
    return True