diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-11-05 21:37:07 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-11-05 21:37:07 +0200 |
commit | be0f357f1d820f31de4f6447cdeb53b6e456aab1 (patch) | |
tree | 24dea3b8f9e7fc97f8b3f56badc0e38345522f3a | |
parent | b44ca46e92c5d48de825f1f1e5b1b042461448ef (diff) | |
download | meson-be0f357f1d820f31de4f6447cdeb53b6e456aab1.zip meson-be0f357f1d820f31de4f6447cdeb53b6e456aab1.tar.gz meson-be0f357f1d820f31de4f6447cdeb53b6e456aab1.tar.bz2 |
Dafuq?
-rw-r--r-- | mparser.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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): |