Move gcworker into its own package

This commit is contained in:
Joseph Schorr 2017-06-28 15:04:10 +03:00
parent 91d2cb1ec1
commit 38f1752a2d
3 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,6 @@
echo 'Starting GC worker'
cd /
venv/bin/python -m workers.gcworker 2>&1
venv/bin/python -m workers.gcworker.gcworker 2>&1
echo 'Repository GC exited'

View file