Dafuq?
This commit is contained in:
parent
b44ca46e92
commit
be0f357f1d
|
@ -17,8 +17,6 @@
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
from coredata import MesonException
|
from coredata import MesonException
|
||||||
from array import array
|
|
||||||
from orca.messages import itemsFound
|
|
||||||
|
|
||||||
class ParseException(MesonException):
|
class ParseException(MesonException):
|
||||||
def __init__(self, text, lineno, colno):
|
def __init__(self, text, lineno, colno):
|
||||||
|
|
Loading…
Reference in New Issue