Changeset 14:fc4a47645f76 for src/flight.py
- Timestamp:
- 02/11/12 19:53:36 (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/flight.py
r11 r14 84 84 with self._endCondition: 85 85 while self._stage!=const.STAGE_END: 86 self._endCondition.wait( )86 self._endCondition.wait(1) 87 87 88 88 #---------------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.