diff options
Diffstat (limited to 'backends.py')
-rw-r--r-- | backends.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/backends.py b/backends.py index ff083ee..563557d 100644 --- a/backends.py +++ b/backends.py @@ -13,11 +13,8 @@ # limitations under the License. import mparser -import os, sys, re, pickle, uuid -import environment, mlog -from build import InvalidArguments +import os, sys, re, pickle import build -import shutil from coredata import MesonException def do_replacement(regex, line, confdata): |