rtemstoolkit: msys2 compatibility

This commit is contained in:
Sebastian Huber
2016-01-08 07:44:52 +01:00
parent f027f37661
commit 606c08c8b5
6 changed files with 14 additions and 15 deletions

View File

@@ -35,12 +35,12 @@
#
import glob
import log
import os
import shutil
import string
import error
from . import error
from . import log
windows = os.name == 'nt'