Changeset 79
- Timestamp:
- 03/30/08 21:16:44 (5 months ago)
- Files:
-
- sucrose/trunk/python/api/magicalpic.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sucrose/trunk/python/api/magicalpic.py
r74 r79 9 9 def vendItem(self, location): 10 10 location = location.rjust(2, '0') 11 self.pic.write(location[0]) 12 time.sleep(0.5) 11 13 self.pic.write(location[1]) 12 time.sleep(0.5)13 self.pic.write(location[0])14 14 return 15 15
