google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

2.0 branch: code errors/warnings #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pyflakes photologue

What is the expected output? What do you see instead?
No unused imports, no undefined names
There are some unused imports and undefined names

What version of the product are you using? On what operating system?
2.0 branch (svn revision 191)

Please provide any additional information below.
./photologue/pl-admin.py:7: redefinition of unused 'sys' from line 1
./photologue/pl-admin.py:17: 'PhotoSize' imported but unused
./photologue/pl-admin.py:34: undefined name 'caches'
./photologue/pl-admin.py:48: 'PhotoSize' imported but unused
./photologue/models.py:30: 'ValidationError' imported but unused

Original issue reported on code.google.com by schla...@gmail.com on 9 May 2008 at 10:11

GoogleCodeExporter commented 9 years ago

Original comment by justin.d...@gmail.com on 25 Jun 2008 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by justin.d...@gmail.com on 2 Jul 2008 at 8:47