Debian Automated Code Analysis

pyflakes analysis of python-fs_0.3.0-1_all.deb

./usr/share/pyshared/fs/batch.py:155: unexpected indent
            
             ^
./usr/share/pyshared/fs/utils.py:395: invalid syntax
    
     ^
./usr/share/pyshared/fs/s3fs.py:21: 'from fs.base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/s3fs.py:22: 'from fs.remote import *' used; unable to detect undefined names
./usr/share/pyshared/fs/multifs.py:56: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/multifs.py:193: local variable 'e' is assigned to but never used
./usr/share/pyshared/fs/remote.py:27: 'FS' imported but unused
./usr/share/pyshared/fs/remote.py:30: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/remote.py:31: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/remote.py:37: redefinition of unused 'SpooledTemporaryFile' from line 34
./usr/share/pyshared/fs/errors.py:11: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/errors.py:16: redefinition of unused 'wraps' from line 14
./usr/share/pyshared/fs/ftpfs.py:12: 'from fs.base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/ftpfs.py:15: 'error_proto' imported but unused
./usr/share/pyshared/fs/ftpfs.py:21: redefinition of unused '_GLOBAL_DEFAULT_TIMEOUT' from line 18
./usr/share/pyshared/fs/ftpfs.py:25: 'sleep' imported but unused
./usr/share/pyshared/fs/ftpfs.py:27: 're' imported but unused
./usr/share/pyshared/fs/ftpfs.py:32: redefinition of unused 'wraps' from line 30
./usr/share/pyshared/fs/ftpfs.py:37: redefinition of unused 'StringIO' from line 35
./usr/share/pyshared/fs/ftpfs.py:37: 'StringIO' imported but unused
./usr/share/pyshared/fs/ftpfs.py:40: 'sys' imported but unused
./usr/share/pyshared/fs/ftpfs.py:268: local variable 'tokens' is assigned to but never used
./usr/share/pyshared/fs/sftpfs.py:14: 'from fs.base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/sftpfs.py:200: local variable 'e' is assigned to but never used
./usr/share/pyshared/fs/memoryfs.py:15: 'from fs.base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/memoryfs.py:21: redefinition of unused 'StringIO' from line 19
./usr/share/pyshared/fs/memoryfs.py:258: local variable 'fullpath' is assigned to but never used
./usr/share/pyshared/fs/watch.py:30: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/watch.py:31: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/mountfs.py:45: 'from fs.base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/mountfs.py:258: local variable 'object' is assigned to but never used
./usr/share/pyshared/fs/mountfs.py:259: local variable 'object2' is assigned to but never used
./usr/share/pyshared/fs/__init__.py:23: 'from base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/__init__.py:26: 'errors' imported but unused
./usr/share/pyshared/fs/__init__.py:27: 'path' imported but unused
./usr/share/pyshared/fs/xattrs.py:24: 'sys' imported but unused
./usr/share/pyshared/fs/xattrs.py:28: redefinition of unused 'pickle' from line 26
./usr/share/pyshared/fs/xattrs.py:30: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/xattrs.py:31: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/xattrs.py:186: local variable 'e' is assigned to but never used
./usr/share/pyshared/fs/zipfs.py:9: 'from fs.base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/zipfs.py:17: redefinition of unused 'StringIO' from line 15
./usr/share/pyshared/fs/tempfs.py:14: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/rpcfs.py:13: 'from fs.base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/browsewin.py:65: local variable 'rid' is assigned to but never used
./usr/share/pyshared/fs/base.py:14: 'sys' imported but unused
./usr/share/pyshared/fs/base.py:22: redefinition of unused 'threading' from line 20
./usr/share/pyshared/fs/base.py:24: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/base.py:25: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/base.py:87: redefinition of function 'close' from line 72
./usr/share/pyshared/fs/base.py:111: redefinition of unused 'wraps' from line 109
./usr/share/pyshared/fs/expose/sftp.py:27: 'os' imported but unused
./usr/share/pyshared/fs/expose/sftp.py:31: 'threading' imported but unused
./usr/share/pyshared/fs/expose/sftp.py:37: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/expose/sftp.py:38: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/expose/sftp.py:63: local variable 'e' is assigned to but never used
./usr/share/pyshared/fs/expose/django_storage.py:64: undefined name 'ResourceNotFoundError'
./usr/share/pyshared/fs/expose/fuse/__init__.py:59: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/expose/fuse/__init__.py:60: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/expose/fuse/__init__.py:87: local variable 'name' is assigned to but never used
./usr/share/pyshared/fs/expose/fuse/__init__.py:597: redefinition of unused 'os' from line 49
./usr/share/pyshared/fs/expose/fuse/fuse_ctypes.py:17: 'from ctypes import *' used; unable to detect undefined names
./usr/share/pyshared/fs/expose/fuse/fuse_ctypes.py:19: 'from errno import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/watch_win32.py:10: 'sys' imported but unused
./usr/share/pyshared/fs/osfs/watch_win32.py:11: 'errno' imported but unused
./usr/share/pyshared/fs/osfs/watch_win32.py:14: 'stat' imported but unused
./usr/share/pyshared/fs/osfs/watch_win32.py:26: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/watch_win32.py:27: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/watch_win32.py:28: 'from fs.watch import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/watch_win32.py:203: local variable 'overlapped' is assigned to but never used
./usr/share/pyshared/fs/osfs/watch.py:9: 'os' imported but unused
./usr/share/pyshared/fs/osfs/watch.py:11: 'errno' imported but unused
./usr/share/pyshared/fs/osfs/watch.py:12: 'threading' imported but unused
./usr/share/pyshared/fs/osfs/watch.py:14: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/watch.py:15: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/watch.py:16: 'from fs.watch import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/__init__.py:20: 'from fs.base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/__init__.py:21: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/xattrs.py:10: 'os' imported but unused
./usr/share/pyshared/fs/osfs/xattrs.py:11: 'sys' imported but unused
./usr/share/pyshared/fs/osfs/xattrs.py:12: 'errno' imported but unused
./usr/share/pyshared/fs/osfs/xattrs.py:14: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/xattrs.py:15: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/xattrs.py:21: redefinition of unused 'xattr' from line 19
./usr/share/pyshared/fs/osfs/watch_inotify.py:9: 'os' imported but unused
./usr/share/pyshared/fs/osfs/watch_inotify.py:11: 'errno' imported but unused
./usr/share/pyshared/fs/osfs/watch_inotify.py:14: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/watch_inotify.py:15: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/osfs/watch_inotify.py:16: 'from fs.watch import *' used; unable to detect undefined names
./usr/share/pyshared/fs/wrapfs/readonlyfs.py:27: undefined name 'NoSysPathError'
./usr/share/pyshared/fs/wrapfs/readonlyfs.py:32: undefined name 'UnsupportedError'
./usr/share/pyshared/fs/wrapfs/readonlyfs.py:37: undefined name 'UnsupportedError'
./usr/share/pyshared/fs/wrapfs/hidedotfilesfs.py:22: undefined name 'basename'
./usr/share/pyshared/fs/wrapfs/hidedotfilesfs.py:44: undefined name 'pathjoin'
./usr/share/pyshared/fs/wrapfs/hidedotfilesfs.py:47: undefined name 'fnmatch'
./usr/share/pyshared/fs/wrapfs/hidedotfilesfs.py:47: undefined name 'dir_wilcard'
./usr/share/pyshared/fs/wrapfs/hidedotfilesfs.py:53: undefined name 'fnmatch'
./usr/share/pyshared/fs/wrapfs/hidedotfilesfs.py:71: undefined name 'normpath'
./usr/share/pyshared/fs/wrapfs/__init__.py:21: 'threading' imported but unused
./usr/share/pyshared/fs/wrapfs/__init__.py:21: 'synchronize' imported but unused
./usr/share/pyshared/fs/wrapfs/__init__.py:22: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/wrapfs/lazyfs.py:15: redefinition of unused 'Lock' from line 13
./usr/share/pyshared/fs/wrapfs/limitsizefs.py:13: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_remote.py:14: 'from fs.remote import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_remote.py:18: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_objecttree.py:10: 'fs' imported but unused
./usr/share/pyshared/fs/tests/test_fs.py:12: 'sys' imported but unused
./usr/share/pyshared/fs/tests/test_fs.py:16: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_zipfs.py:13: 'fs' imported but unused
./usr/share/pyshared/fs/tests/test_zipfs.py:14: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_ftpfs.py:19: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_ftpfs.py:54: redefinition of unused 'sys' from line 7
./usr/share/pyshared/fs/tests/test_path.py:11: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_xattr.py:10: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_xattr.py:11: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/__init__.py:14: 'from fs.base import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/__init__.py:17: 'unittest' imported but unused
./usr/share/pyshared/fs/tests/__init__.py:21: 'copy' imported but unused
./usr/share/pyshared/fs/tests/__init__.py:27: redefinition of unused 'threading' from line 25
./usr/share/pyshared/fs/tests/test_expose.py:9: 'os' imported but unused
./usr/share/pyshared/fs/tests/test_expose.py:12: 'time' imported but unused
./usr/share/pyshared/fs/tests/test_expose.py:17: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_expose.py:53: local variable 'e' is assigned to but never used
./usr/share/pyshared/fs/tests/test_expose.py:80: local variable 'e' is assigned to but never used
./usr/share/pyshared/fs/tests/test_expose.py:109: redefinition of unused 'OSFS' from line 16
./usr/share/pyshared/fs/tests/test_wrapfs.py:11: 'sys' imported but unused
./usr/share/pyshared/fs/tests/test_wrapfs.py:16: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_wrapfs.py:17: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_watch.py:12: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_watch.py:13: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_watch.py:14: 'from fs.watch import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_watch.py:20: redefinition of unused 'watch_inotify' from line 18
./usr/share/pyshared/fs/tests/test_watch.py:26: redefinition of unused 'watch_win32' from line 24
./usr/share/pyshared/fs/tests/test_errors.py:9: 'fs' imported but unused
./usr/share/pyshared/fs/tests/test_errors.py:10: 'from fs.errors import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_errors.py:13: 'from fs.path import *' used; unable to detect undefined names
./usr/share/pyshared/fs/tests/test_s3fs.py:14: 'from fs.path import *' used; unable to detect undefined names

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