Import fixes/pychecker fixes
svn: r1256
This commit is contained in:
@@ -78,6 +78,25 @@ _template_map = {
|
||||
_user_template : None
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Exceptions
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
class ReportError(Exception):
|
||||
|
||||
def __init__(self,value):
|
||||
self.value = value
|
||||
|
||||
def __str__(self):
|
||||
return self.value
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Report
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
class Report:
|
||||
"""
|
||||
The Report base class. This is a base class for generating
|
||||
|
Reference in New Issue
Block a user