Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Jul 11, 2015
1 parent 7384907 commit aa60a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/setup.py
Expand Up @@ -336,7 +336,7 @@ def define_plugin_entries(groups):
('buildbot.www.oauth2', [
'GoogleAuth', 'GitHubAuth']),
('buildbot.db.dbconfig', [
'DbConfig'])
'DbConfig']),
('buildbot.www.authz', [
'Authz', 'fnmatchStrMatcher', 'reStrMatcher']),
('buildbot.www.authz.endpointmatchers', [
Expand Down

0 comments on commit aa60a82

Please sign in to comment.