From 09e0b6d597ccd336ddd556d2948b181b3e3ec966 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Wed, 20 Jul 2016 17:52:55 +0200 Subject: [PATCH] Forgot an import ._. --- helpers/compile_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/compile_helper.py b/helpers/compile_helper.py index 882371b59..05319bafe 100644 --- a/helpers/compile_helper.py +++ b/helpers/compile_helper.py @@ -1,6 +1,7 @@ #!/usr/bin/env python import os +import sys def finish_compile(out_path, lang):