aboutsummaryrefslogtreecommitdiff
path: root/mparser.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-11-05 21:37:07 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2014-11-05 21:37:07 +0200
commitbe0f357f1d820f31de4f6447cdeb53b6e456aab1 (patch)
tree24dea3b8f9e7fc97f8b3f56badc0e38345522f3a /mparser.py
parentb44ca46e92c5d48de825f1f1e5b1b042461448ef (diff)
downloadmeson-be0f357f1d820f31de4f6447cdeb53b6e456aab1.zip
meson-be0f357f1d820f31de4f6447cdeb53b6e456aab1.tar.gz
meson-be0f357f1d820f31de4f6447cdeb53b6e456aab1.tar.bz2
Dafuq?
Diffstat (limited to 'mparser.py')
-rw-r--r--mparser.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mparser.py b/mparser.py
index e85a154..a0be378 100644
--- a/mparser.py
+++ b/mparser.py
@@ -17,8 +17,6 @@
import re
import sys
from coredata import MesonException
-from array import array
-from orca.messages import itemsFound
class ParseException(MesonException):
def __init__(self, text, lineno, colno):