validate: Fix gstcheck when not running on a meson build dir

This commit is contained in:
Thibault Saunier 2017-01-03 13:11:42 -03:00
parent 0ee2147137
commit ce0d2ee3e1
2 changed files with 3 additions and 2 deletions

View file

@ -4,4 +4,5 @@ SUBDIRS =
apps_PYTHON = \
__init__.py \
gstvalidate.py
gstvalidate.py \
gstcheck.py

View file

@ -17,7 +17,6 @@
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
# Boston, MA 02110-1301, USA.
import argparse
import config
import os
import pickle
import platform
@ -25,6 +24,7 @@ import shutil
import threading
import concurrent.futures as conc
from launcher import config
from launcher.utils import printc, Colors