Changeset 3947
- Timestamp:
- 05/25/07 16:10:24 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/image_display/trunk/image_display/image_display.py
r3931 r3947 100 100 101 101 def pushPacket(self, bytesIn): 102 print "pushPacket called in image_display" 102 103 self.parent.work_mod.AddData(bytesIn) 103 104