Changeset 327
- Timestamp:
- 08/06/09 01:35:48 (3 years ago)
- File:
-
- 1 edited
-
branches/release/0.2/screenshot.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release/0.2/screenshot.py
r324 r327 100 100 101 101 #: Final absolute path to the screenshot file 102 self.shot _file = os.path.join(self.configuration['screenshot']['path'], 'itakashot.%s' % (self.configuration['screenshot']['format']))102 self.shotFile = os.path.join(self.configuration['screenshot']['path'], 'itakashot.%s' % (self.configuration['screenshot']['format'])) 103 103 104 104 if self.configuration['screenshot']['currentwindow'] and not self.itakaglobals.system == 'nt':
Note: See TracChangeset
for help on using the changeset viewer.

