mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-02-24 18:10:58 +00:00
8 lines
79 B
Python
8 lines
79 B
Python
'''
|
|
Created on 24.09.2011
|
|
|
|
@author: kca
|
|
'''
|
|
|
|
class ParseError(Exception):
|
|
pass |