diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-04-06 19:56:38 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-04-06 19:56:38 +0300 |
| commit | ac81594952501b2e7e7f2c59a972503437954f51 (patch) | |
| tree | f3d0b3da031d7efaf263f384a49081b65fee8e69 /backends.py | |
| parent | 4084e7213ec1c3a240d7d4509fec4b7d24f5f95d (diff) | |
| download | meson-ac81594952501b2e7e7f2c59a972503437954f51.tar.gz | |
Added capability to compile sources files with moc, too.
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 ff083eed0..563557d31 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): |
