Changeset 3579
- Timestamp:
- 10/29/07 14:16:49 (9 months ago)
- Files:
-
- branches/1.0/CHANGELOG.txt (modified) (1 diff)
- branches/1.0/turbogears/command/quickstart.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/CHANGELOG.txt
r3577 r3579 12 12 * Introduction of tg.mochikit_suppress to prevent the inclusion of 13 13 the shipped MochiKit 1.3.1. That allows to include custom mochikit versions. 14 15 *Fixes* 16 * Ticket #1595. Fixed broken quickstart change. 14 17 15 18 1.0.4b2 (October, 27, 2007): branches/1.0/turbogears/command/quickstart.py
r3554 r3579 211 211 if not self.dry_run: 212 212 os.chdir(self.name) 213 sodir = '%s/sqlobject-history' % self. name213 sodir = '%s/sqlobject-history' % self.package 214 214 if self.sqlobject and not os.path.exists(sodir): 215 215 os.mkdir(sodir)