Move extra commands into folder
Change-Id: I41a02ea529ed104f14453f8ab599b384aa4e21d6
This commit is contained in:
parent
6f8133341b
commit
cba1c72ff7
@ -29,9 +29,9 @@ warnerrors = True
|
|||||||
[entry_points]
|
[entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
turbo-hipster = turbo_hipster.cmd.server:main
|
turbo-hipster = turbo_hipster.cmd.server:main
|
||||||
turbo-hipster-analyse = turbo_hipster.analyse_historical:main
|
turbo-hipster-analyse = turbo_hipster.cmd.analyse_historical:main
|
||||||
turbo-hipster-report = turbo_hipster.report_historical:main
|
turbo-hipster-report = turbo_hipster.cmd.report_historical:main
|
||||||
turbo-hipster-queue-logger = turbo_hipster.queue_logger:main
|
turbo-hipster-queue-logger = turbo_hipster.cmd.queue_logger:main
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
|
@ -25,7 +25,7 @@ import sys
|
|||||||
|
|
||||||
import swiftclient
|
import swiftclient
|
||||||
|
|
||||||
from task_plugins.gate_real_db_upgrade import handle_results
|
from turbo_hipster.task_plugins.gate_real_db_upgrade import handle_results
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
Loading…
x
Reference in New Issue
Block a user