Changeset 2145
- Timestamp:
- 10/02/07 01:41:52 (1 year ago)
- Files:
-
- gaphor/trunk/gaphor/event.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/gaphor/event.py
r1264 r2145 31 31 class TransactionBegin(object): 32 32 """ 33 This event denotes the beginning of a ntransaction.33 This event denotes the beginning of a transaction. 34 34 Nested (sub-) transactions should not emit this signal. 35 35 """
