aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlvc/windows/exe_main.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lvc/windows/exe_main.py b/lvc/windows/exe_main.py
index 66b97a5..a3c9dfd 100755
--- a/lvc/windows/exe_main.py
+++ b/lvc/windows/exe_main.py
@@ -1,7 +1,3 @@
-# before anything else, settup logging
-from lvc.windows import exelogging
-exelogging.setup_logging()
-
import os
import sys
@@ -11,6 +7,10 @@ from lvc.widgets import app
from lvc.widgets import initialize
from lvc.ui.widgets import Application
+# before anything else, settup logging
+from lvc.windows import exelogging
+exelogging.setup_logging()
+
# add the directories for ffmpeg and avconv to our search path
exe_dir = os.path.dirname(sys.executable)
settings.add_to_search_path(os.path.join(exe_dir, 'ffmpeg'))