Changeset 5643
- Timestamp:
- 10/29/08 11:46:40 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/tg.devtools/trunk/devtools/commands/quickstart.py
r5599 r5643 140 140 self.package = package 141 141 142 doauth = self.auth142 doauth = None 143 143 while not doauth: 144 144 doauth = raw_input("Do you need authentication and authorization " … … 155 155 156 156 if doauth is True: 157 if self.sqlalchemy and not self.elixir:157 if self.sqlalchemy: 158 158 self.auth = "sqlalchemy" 159 159 else: