mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-17 14:53:24 +08:00
rtemstoolkit: msys2 compatibility
This commit is contained in:
@@ -41,8 +41,8 @@ import subprocess
|
||||
import threading
|
||||
import time
|
||||
|
||||
import error
|
||||
import log
|
||||
from . import error
|
||||
from . import log
|
||||
|
||||
# Trace exceptions
|
||||
trace_threads = False
|
||||
|
@@ -31,11 +31,11 @@
|
||||
|
||||
import os
|
||||
|
||||
import error
|
||||
import execute
|
||||
import log
|
||||
import options
|
||||
import path
|
||||
from . import error
|
||||
from . import execute
|
||||
from . import log
|
||||
from . import options
|
||||
from . import path
|
||||
|
||||
class repo:
|
||||
"""An object to manage a git repo."""
|
||||
|
@@ -36,7 +36,7 @@ import os
|
||||
import sys
|
||||
import threading
|
||||
|
||||
import error
|
||||
from . import error
|
||||
|
||||
#
|
||||
# A global log.
|
||||
|
@@ -38,8 +38,8 @@ import re
|
||||
import os
|
||||
import string
|
||||
|
||||
import error
|
||||
import path
|
||||
from . import error
|
||||
from . import path
|
||||
|
||||
#
|
||||
# Macro tables
|
||||
|
@@ -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'
|
||||
|
||||
|
@@ -35,9 +35,8 @@
|
||||
|
||||
import sys
|
||||
|
||||
import error
|
||||
import git
|
||||
import path
|
||||
from . import error
|
||||
from . import path
|
||||
|
||||
#
|
||||
# Default to an internal string.
|
||||
|
Reference in New Issue
Block a user