remove old callback plugin code and tests

This commit is contained in:
Ryan Petrello
2019-03-22 10:23:55 -04:00
parent e6abd77c96
commit af8e071840
5 changed files with 1 additions and 380 deletions

View File

@@ -1,4 +0,0 @@
#!/bin/bash
AWX_LIB=`/var/lib/awx/venv/awx/bin/python -c 'import os, awx; print os.path.dirname(awx.__file__)'`
. /var/lib/awx/venv/awx/bin/activate
exec env AWX_LIB_DIRECTORY=$AWX_LIB/lib /var/lib/awx/venv/awx/bin/python $AWX_LIB/main/expect/run.pyc "$@"