• OpenPlans SVN

  • opencore r18832 - brainpower/branches/django-newforms-branch

    from slinkp on 2008-07-02 19:11
    Author: pw
    Date: 2008-07-02 19:11:16 -0400 (Wed, 02 Jul 2008)
    New Revision: 18832
    
    Modified:
       brainpower/branches/django-newforms-branch/setup.py
    Log:
    REMOVED: Don't use setup(scripts) to install the handle_brainpower script; the whole point of that script is to hook up the virtualenv, which it can't do if it *needs* the virtualenv.
    
    Modified: brainpower/branches/django-newforms-branch/setup.py
    ===================================================================
    --- brainpower/branches/django-newforms-branch/setup.py	2008-07-02 23:10:27 UTC (rev 18831)
    +++ brainpower/branches/django-newforms-branch/setup.py	2008-07-02 23:11:16 UTC (rev 18832)
    @@ -4,7 +4,7 @@
         name="Brainpower",
         version="0.3-dev",
         packages=find_packages(),
    -    scripts=['brainpower/manage.py', 'run_ftests', 'brainpower_handler.py'],
    +    scripts=['brainpower/manage.py', 'run_ftests'],
         package_data={'brainpower.filmy': ['*txt'],
                       'brainpower': ['ftests/*.twill',
                                      'ftests/*.conf',