Skip to content

Commit

Permalink
Merge remote-tracking branch 'buildbot/master' into uifixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tardy committed Sep 2, 2014
2 parents 145b3e3 + 5a4ea1c commit 34d4668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/setup.py
Expand Up @@ -19,7 +19,7 @@
import buildbot_pkg

setup(
name='buildbot_pkg',
name='buildbot-pkg',
version=buildbot_pkg.getVersion("."),
description='Buildbot packaging tools',
author=u'Pierre Tardy',
Expand Down
4 changes: 2 additions & 2 deletions www/base/setup.py
Expand Up @@ -17,9 +17,9 @@

try:
from buildbot_pkg import setup_www_plugin
import mock, buildbot
import mock
import buildbot
except ImportError:
from setuptools import setup
import sys
print >> sys.stderr, "Please install buildbot, buildbot_pkg, and mock modules in order to install that package, or use the pre-build .whl modules available on pypi"
sys.exit(1)
Expand Down

0 comments on commit 34d4668

Please sign in to comment.