Changeset 5643

Show
Ignore:
Timestamp:
10/29/08 11:46:40 (2 months ago)
Author:
Gustavo
Message:

Quickstarted projects had to use auth by mistake. This has been fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/tg.devtools/trunk/devtools/commands/quickstart.py

    r5599 r5643  
    140140                self.package = package 
    141141 
    142         doauth = self.auth 
     142        doauth = None 
    143143        while not doauth: 
    144144            doauth = raw_input("Do you need authentication and authorization " 
     
    155155 
    156156        if doauth is True: 
    157             if self.sqlalchemy and not self.elixir
     157            if self.sqlalchemy
    158158                self.auth = "sqlalchemy" 
    159159            else: