Debian Automated Code Analysis

pyflakes analysis of rapid-spring_0.4.3-1_all.deb

./usr/share/pyshared/rapid/main.py:44: invalid syntax
		except (ValueError, IndexError) as e:
                                    ^
./usr/share/pyshared/rapid/rapid.py:50: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/share/pyshared/rapid/rapid.py:50: invalid syntax
	with closing(gzip.GzipFile(mode = 'wb', fileobj = fileobj)) as f:
             ^
./usr/share/pyshared/rapid/downloader.py:18: Warning: 'with' will become a reserved keyword in Python 2.6
./usr/share/pyshared/rapid/downloader.py:18: invalid syntax
	with open(temp, 'wb') as f:
          ^
./usr/share/pyshared/rapid/models.py:5: 'rapid' imported but unused
./usr/share/pyshared/rapid/gui.py:4: 'sys' imported but unused
./usr/share/pyshared/rapid/gui.py:4: 'os' imported but unused
./usr/share/pyshared/rapid/gui.py:88: local variable 'item' is assigned to but never used
./usr/share/pyshared/rapid/unitsync/unitsync.py:2: 'c_bool' imported but unused
./usr/share/pyshared/rapid/unitsync/unitsync.py:2: 'c_char' imported but unused
./usr/share/pyshared/rapid/unitsync/generate.py:18: 'traceback' imported but unused

This report was generated on Sun, 02 Jan 2011 05:32:51 +0000, based on results by pyflakes 0.4.0-1