Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/tutorial.py
diff options
context:
space:
mode:
authorCharlie <charlie@tutorius-dev.(none)>2009-12-07 14:20:08 (GMT)
committer Charlie <charlie@tutorius-dev.(none)>2009-12-07 14:20:08 (GMT)
commit410da49824e3a310829a1d02e8f8b488b227d702 (patch)
tree88c7c4a8b7cd77206fae11f897b881256cc3211b /tutorius/tutorial.py
parentd163f14aa8f76acfe7dff430adcd4691d144936c (diff)
remove the Calc hack
Diffstat (limited to 'tutorius/tutorial.py')
-rw-r--r--tutorius/tutorial.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorius/tutorial.py b/tutorius/tutorial.py
index b45363f..efcc0dc 100644
--- a/tutorius/tutorial.py
+++ b/tutorius/tutorial.py
@@ -18,6 +18,7 @@
#TODO: For notification of modifications on the Tutorial check for GObject and PyDispatcher for inspiration
from .constraints import ConstraintException
+from . import properties
from .properties import TPropContainer
_NAME_SEPARATOR = "/"
@@ -802,6 +803,7 @@ class State(object):
#TODO: Define the automatic transition in the same way as
# other events
class AutomaticTransitionEvent(TPropContainer):
+ source = properties.TStringProperty(None, null=True)
def __repr__(self):
return str(self.__class__.__name__)