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

@@ -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."""