You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Xournal++ |
|
# |
|
# Textclass for Undo / Redohandler |
|
# |
|
# @author Xournal Team |
|
# http://xournal.sf.net |
|
# |
|
# @license GPL |
|
|
|
|
|
class UndoRedoTest: |
|
def __init__(self): |
|
print 'UndoRedoTest\n' |
|
|
|
def runTest(self): |
|
print 'run test called!\n' |
|
|
|
|