This commit is contained in:
Jussi Pakkanen 2014-11-05 21:37:07 +02:00
parent b44ca46e92
commit be0f357f1d
1 changed files with 0 additions and 2 deletions

View File

@ -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):