Revert "Fix tensorboard import path"

This reverts commit 4b3069401f.

This cherry-pick was not necessary -- the change to tensorboard
paths was done after 0.7.0.
This commit is contained in:
Vijay Vasudevan 2016-02-19 23:24:39 -08:00
parent c9ad1dfebe
commit f43cea0c6b

View File

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