~deadlight/canonical-identity-provider/password-reset

« back to all changes in this revision

Viewing changes to tools/pyflakes.txt

  • Committer: Leo Arias
  • Date: 2013-05-31 18:47:34 UTC
  • mto: This revision was merged to the branch mainline in revision 900.
  • Revision ID: leo.arias@canonical.com-20130531184734-9ss5dixdfzyvynvh
Moved the source code to src, except the acceptance tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
identityprovider/urls.py: 'from django.conf.urls.defaults import *' used; unable to detect undefined names
2
 
identityprovider/migrations:
3
 
identityprovider/models/__init__.py: 'from account import *' used; unable to detect undefined names
4
 
identityprovider/models/__init__.py: 'from metamodels import *' used; unable to detect undefined names
5
 
identityprovider/models/__init__.py: 'from person import *' used; unable to detect undefined names
6
 
identityprovider/models/__init__.py: 'from emailaddress import *' used; unable to detect undefined names
7
 
identityprovider/models/__init__.py: 'from authtoken import *' used; unable to detect undefined names
8
 
identityprovider/models/__init__.py: 'from openidmodels import *' used; unable to detect undefined names
9
 
identityprovider/models/__init__.py: 'from team import *' used; unable to detect undefined names
10
 
identityprovider/models/__init__.py: 'from api import *' used; unable to detect undefined names
11
 
identityprovider/models/__init__.py: 'from twofactor import *' used; unable to detect undefined names
 
1
src/identityprovider/urls.py: 'from django.conf.urls.defaults import *' used; unable to detect undefined names
 
2
src/identityprovider/migrations:
 
3
src/identityprovider/models/__init__.py: 'from account import *' used; unable to detect undefined names
 
4
src/identityprovider/models/__init__.py: 'from metamodels import *' used; unable to detect undefined names
 
5
src/identityprovider/models/__init__.py: 'from person import *' used; unable to detect undefined names
 
6
src/identityprovider/models/__init__.py: 'from emailaddress import *' used; unable to detect undefined names
 
7
src/identityprovider/models/__init__.py: 'from authtoken import *' used; unable to detect undefined names
 
8
src/identityprovider/models/__init__.py: 'from openidmodels import *' used; unable to detect undefined names
 
9
src/identityprovider/models/__init__.py: 'from team import *' used; unable to detect undefined names
 
10
src/identityprovider/models/__init__.py: 'from api import *' used; unable to detect undefined names
 
11
src/identityprovider/models/__init__.py: 'from twofactor import *' used; unable to detect undefined names
12
12
acceptance/tests/new_account/passwords_bad_server-side.py: undefined name 'password'
13
13
acceptance/tests/new_account/passwords_bad_server-side.py: undefined name 'password'
14
14
acceptance/tests/new_account/passwords_bad_client-side.py: undefined name 'password'
53
53
acceptance/tests/root/login_requireds.py: undefined name 'password'
54
54
acceptance/tests/root/login_requireds.py: undefined name 'errors'
55
55
acceptance/tests: unable to detect undefined names
56
 
webui/migrations/:
57
 
webui/urls.py: 'from django.conf.urls.defaults import *' used; unable to detect undefined names
58
 
api/migrations:
 
56
src/webui/migrations/:
 
57
src/webui/urls.py: 'from django.conf.urls.defaults import *' used; unable to detect undefined names
 
58
src/api/migrations: