From 2a5bc9636647c1beeb58f3f0b3f2bcecb3509d16 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 30 Nov 2015 20:14:16 +0100 Subject: poc --- test/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/__init__.py (limited to 'test/__init__.py') diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..9cf7151 --- /dev/null +++ b/test/__init__.py @@ -0,0 +1,6 @@ +import logging + +from test.ffmpeg import * + + +logging.basicConfig(level=logging.INFO) -- cgit v1.2.1