Skip to content

Commit

Permalink
fix setup.py endpoints
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 Aug 9, 2014
1 parent 46d162d commit 0e42d2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/codeparameter/setup.py
Expand Up @@ -32,6 +32,6 @@
py_modules=['buildbot_www'],
entry_points="""
[buildbot.www]
base = buildbot_www:ep
codeparameter = buildbot_codeparameter:ep
""",
)
2 changes: 1 addition & 1 deletion www/console_view/setup.py
Expand Up @@ -32,6 +32,6 @@
py_modules=['buildbot_www'],
entry_points="""
[buildbot.www]
base = buildbot_www:ep
console_view = buildbot_console_view:ep
""",
)
4 changes: 2 additions & 2 deletions www/src/app/d3/d3.service.coffee
@@ -1,8 +1,8 @@
# Load d3 script via jquery
# We load those 50kB+ only when needed by plugins
# actually, this is loaded when someone is requiring DI of this service
angular.module('buildbot.common').factory 'd3Service', class
constructor: ($document, $q, config, $rootScope) ->
angular.module('buildbot.common').factory 'd3Service',
($document, $q, config, $rootScope) ->
d = $q.defer()

# Resolve function
Expand Down
2 changes: 1 addition & 1 deletion www/waterfall_view/setup.py
Expand Up @@ -33,6 +33,6 @@
py_modules=['buildbot_www'],
entry_points="""
[buildbot.www]
base = buildbot_www:ep
waterfall_view = buildbot_waterfall_view:ep
""",
)

0 comments on commit 0e42d2d

Please sign in to comment.