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

@@ -41,8 +41,8 @@ import subprocess
import threading import threading
import time import time
import error from . import error
import log from . import log
# Trace exceptions # Trace exceptions
trace_threads = False trace_threads = False

View File

@@ -31,11 +31,11 @@
import os import os
import error from . import error
import execute from . import execute
import log from . import log
import options from . import options
import path from . import path
class repo: class repo:
"""An object to manage a git repo.""" """An object to manage a git repo."""

View File

@@ -36,7 +36,7 @@ import os
import sys import sys
import threading import threading
import error from . import error
# #
# A global log. # A global log.

View File

@@ -38,8 +38,8 @@ import re
import os import os
import string import string
import error from . import error
import path from . import path
# #
# Macro tables # Macro tables

View File

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

View File

@@ -35,9 +35,8 @@
import sys import sys
import error from . import error
import git from . import path
import path
# #
# Default to an internal string. # Default to an internal string.