Skip to content

Commit

Permalink
Merge pull request #1213 from vrv/r0.7
Browse files Browse the repository at this point in the history
Revert "Fix tensorboard import path"
  • Loading branch information
Vijay Vasudevan committed Feb 20, 2016
2 parents c9ad1df + f43cea0 commit 028d0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# pylint: disable=line-too-long
CONSOLE_SCRIPTS = [
'tensorboard = tensorflow.tensorboard.tensorboard:main',
'tensorboard = tensorflow.tensorboard.backend.tensorboard:main',
]
# pylint: enable=line-too-long

Expand Down

0 comments on commit 028d0b4

Please sign in to comment.