aboutsummaryrefslogtreecommitdiff
path: root/backends.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-04-06 19:56:38 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-04-06 19:56:38 +0300
commitac81594952501b2e7e7f2c59a972503437954f51 (patch)
treef3d0b3da031d7efaf263f384a49081b65fee8e69 /backends.py
parent4084e7213ec1c3a240d7d4509fec4b7d24f5f95d (diff)
downloadmeson-ac81594952501b2e7e7f2c59a972503437954f51.zip
meson-ac81594952501b2e7e7f2c59a972503437954f51.tar.gz
meson-ac81594952501b2e7e7f2c59a972503437954f51.tar.bz2
Added capability to compile sources files with moc, too.
Diffstat (limited to 'backends.py')
-rw-r--r--backends.py5
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):