bee_python 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/{build/README → README} +1 -1
- data/egg/egg/build.yml +11 -49
- data/egg/egg.yml +19 -27
- data/egg/http/build.erb +32 -36
- data/egg/http/libhttp.py +102 -0
- data/egg/http/pylint.cfg +236 -0
- data/egg/http/server.py +7 -0
- data/egg/http/test.erb +32 -0
- data/egg/http.yml +33 -29
- data/egg/mysql/mysql.py +8 -9
- data/egg/project/build.erb +21 -53
- data/egg/project/pylint.cfg +236 -0
- data/egg/project/test.py +2 -2
- data/egg/project.yml +23 -31
- data/egg/script/build.erb +18 -23
- data/egg/script/pylint.cfg +236 -0
- data/egg/script.yml +22 -18
- data/egg/source/source.py +6 -6
- data/egg/test/test.py +1 -1
- data/lib/bee_task_python.rb +3 -34
- data/python.yml +123 -0
- metadata +61 -503
- data/test/build.yml +0 -16
- data/test/tc_bee_task_python.rb +0 -27
- data/test/test_build.rb +0 -26
- data/test/test_build_listener.rb +0 -110
- data/test/ts_bee_python.rb +0 -26
- data/tools/common/__init__.py +0 -5
- data/tools/common/common/__init__.py +0 -140
- data/tools/common/common/__pkginfo__.py +0 -43
- data/tools/common/common/adbh.py +0 -35
- data/tools/common/common/cache.py +0 -114
- data/tools/common/common/changelog.py +0 -234
- data/tools/common/common/clcommands.py +0 -181
- data/tools/common/common/cli.py +0 -212
- data/tools/common/common/compat.py +0 -328
- data/tools/common/common/configuration.py +0 -1087
- data/tools/common/common/contexts.py +0 -58
- data/tools/common/common/corbautils.py +0 -117
- data/tools/common/common/daemon.py +0 -171
- data/tools/common/common/date.py +0 -279
- data/tools/common/common/db.py +0 -49
- data/tools/common/common/dbf.py +0 -229
- data/tools/common/common/debugger.py +0 -208
- data/tools/common/common/decorators.py +0 -190
- data/tools/common/common/deprecation.py +0 -118
- data/tools/common/common/fileutils.py +0 -409
- data/tools/common/common/graph.py +0 -259
- data/tools/common/common/html.py +0 -142
- data/tools/common/common/interface.py +0 -76
- data/tools/common/common/logging_ext.py +0 -166
- data/tools/common/common/modutils.py +0 -670
- data/tools/common/common/optik_ext.py +0 -383
- data/tools/common/common/optparser.py +0 -92
- data/tools/common/common/pdf_ext.py +0 -111
- data/tools/common/common/proc.py +0 -276
- data/tools/common/common/pyro_ext.py +0 -146
- data/tools/common/common/pytest.py +0 -754
- data/tools/common/common/shellutils.py +0 -383
- data/tools/common/common/sphinx_ext.py +0 -87
- data/tools/common/common/sphinxutils.py +0 -122
- data/tools/common/common/sqlgen.py +0 -31
- data/tools/common/common/table.py +0 -930
- data/tools/common/common/tasksqueue.py +0 -97
- data/tools/common/common/test/__init__.py +0 -1
- data/tools/common/common/test/data/ChangeLog +0 -184
- data/tools/common/common/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
- data/tools/common/common/test/data/__init__.py +0 -1
- data/tools/common/common/test/data/content_differ_dir/NOTHING +0 -0
- data/tools/common/common/test/data/content_differ_dir/README +0 -1
- data/tools/common/common/test/data/content_differ_dir/subdir/coin +0 -1
- data/tools/common/common/test/data/content_differ_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/file_differ_dir/NOTHING +0 -0
- data/tools/common/common/test/data/file_differ_dir/README +0 -1
- data/tools/common/common/test/data/file_differ_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/file_differ_dir/subdirtwo/Hello +0 -0
- data/tools/common/common/test/data/find_test/__init__.py +0 -0
- data/tools/common/common/test/data/find_test/foo.txt +0 -0
- data/tools/common/common/test/data/find_test/module.py +0 -0
- data/tools/common/common/test/data/find_test/module2.py +0 -0
- data/tools/common/common/test/data/find_test/newlines.txt +0 -0
- data/tools/common/common/test/data/find_test/noendingnewline.py +0 -0
- data/tools/common/common/test/data/find_test/nonregr.py +0 -0
- data/tools/common/common/test/data/find_test/normal_file.txt +0 -0
- data/tools/common/common/test/data/find_test/spam.txt +0 -0
- data/tools/common/common/test/data/find_test/sub/doc.txt +0 -0
- data/tools/common/common/test/data/find_test/sub/momo.py +0 -0
- data/tools/common/common/test/data/find_test/test.ini +0 -0
- data/tools/common/common/test/data/find_test/test1.msg +0 -0
- data/tools/common/common/test/data/find_test/test2.msg +0 -0
- data/tools/common/common/test/data/find_test/write_protected_file.txt +0 -0
- data/tools/common/common/test/data/foo.txt +0 -9
- data/tools/common/common/test/data/module.py +0 -88
- data/tools/common/common/test/data/module2.py +0 -77
- data/tools/common/common/test/data/newlines.txt +0 -3
- data/tools/common/common/test/data/noendingnewline.py +0 -36
- data/tools/common/common/test/data/nonregr.py +0 -14
- data/tools/common/common/test/data/normal_file.txt +0 -0
- data/tools/common/common/test/data/reference_dir/NOTHING +0 -0
- data/tools/common/common/test/data/reference_dir/README +0 -1
- data/tools/common/common/test/data/reference_dir/subdir/coin +0 -1
- data/tools/common/common/test/data/reference_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/same_dir/NOTHING +0 -0
- data/tools/common/common/test/data/same_dir/README +0 -1
- data/tools/common/common/test/data/same_dir/subdir/coin +0 -1
- data/tools/common/common/test/data/same_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/spam.txt +0 -9
- data/tools/common/common/test/data/sub/doc.txt +0 -1
- data/tools/common/common/test/data/sub/momo.py +0 -1
- data/tools/common/common/test/data/subdir_differ_dir/NOTHING +0 -0
- data/tools/common/common/test/data/subdir_differ_dir/README +0 -1
- data/tools/common/common/test/data/subdir_differ_dir/subdir/coin +0 -1
- data/tools/common/common/test/data/subdir_differ_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/test.ini +0 -20
- data/tools/common/common/test/data/test1.msg +0 -30
- data/tools/common/common/test/data/test2.msg +0 -42
- data/tools/common/common/test/data/write_protected_file.txt +0 -0
- data/tools/common/common/test/foomod.py +0 -17
- data/tools/common/common/test/unittest_cache.py +0 -129
- data/tools/common/common/test/unittest_changelog.py +0 -37
- data/tools/common/common/test/unittest_compat.py +0 -239
- data/tools/common/common/test/unittest_configuration.py +0 -348
- data/tools/common/common/test/unittest_date.py +0 -154
- data/tools/common/common/test/unittest_decorators.py +0 -62
- data/tools/common/common/test/unittest_deprecation.py +0 -76
- data/tools/common/common/test/unittest_fileutils.py +0 -133
- data/tools/common/common/test/unittest_graph.py +0 -50
- data/tools/common/common/test/unittest_html.py +0 -76
- data/tools/common/common/test/unittest_interface.py +0 -87
- data/tools/common/common/test/unittest_modutils.py +0 -244
- data/tools/common/common/test/unittest_pytest.py +0 -50
- data/tools/common/common/test/unittest_shellutils.py +0 -248
- data/tools/common/common/test/unittest_table.py +0 -448
- data/tools/common/common/test/unittest_taskqueue.py +0 -71
- data/tools/common/common/test/unittest_testlib.py +0 -956
- data/tools/common/common/test/unittest_textutils.py +0 -247
- data/tools/common/common/test/unittest_tree.py +0 -248
- data/tools/common/common/test/unittest_umessage.py +0 -55
- data/tools/common/common/test/unittest_ureports_html.py +0 -64
- data/tools/common/common/test/unittest_ureports_text.py +0 -105
- data/tools/common/common/test/unittest_xmlutils.py +0 -75
- data/tools/common/common/test/utils.py +0 -87
- data/tools/common/common/testlib.py +0 -1927
- data/tools/common/common/textutils.py +0 -476
- data/tools/common/common/tree.py +0 -372
- data/tools/common/common/umessage.py +0 -161
- data/tools/common/common/ureports/__init__.py +0 -174
- data/tools/common/common/ureports/docbook_writer.py +0 -139
- data/tools/common/common/ureports/html_writer.py +0 -131
- data/tools/common/common/ureports/nodes.py +0 -201
- data/tools/common/common/ureports/text_writer.py +0 -140
- data/tools/common/common/vcgutils.py +0 -216
- data/tools/common/common/visitor.py +0 -107
- data/tools/common/common/xmlrpcutils.py +0 -136
- data/tools/common/common/xmlutils.py +0 -61
- data/tools/coverage/coverage.py +0 -602
- data/tools/epydoc/__init__.py +0 -227
- data/tools/epydoc/__init__.pyc +0 -0
- data/tools/epydoc/apidoc.py +0 -2203
- data/tools/epydoc/apidoc.pyc +0 -0
- data/tools/epydoc/checker.py +0 -349
- data/tools/epydoc/checker.pyc +0 -0
- data/tools/epydoc/cli.py +0 -1470
- data/tools/epydoc/cli.pyc +0 -0
- data/tools/epydoc/compat.py +0 -250
- data/tools/epydoc/compat.pyc +0 -0
- data/tools/epydoc/docbuilder.py +0 -1358
- data/tools/epydoc/docbuilder.pyc +0 -0
- data/tools/epydoc/docintrospecter.py +0 -1056
- data/tools/epydoc/docintrospecter.pyc +0 -0
- data/tools/epydoc/docparser.py +0 -2113
- data/tools/epydoc/docparser.pyc +0 -0
- data/tools/epydoc/docstringparser.py +0 -1111
- data/tools/epydoc/docstringparser.pyc +0 -0
- data/tools/epydoc/docwriter/__init__.py +0 -12
- data/tools/epydoc/docwriter/__init__.pyc +0 -0
- data/tools/epydoc/docwriter/dotgraph.py +0 -1351
- data/tools/epydoc/docwriter/dotgraph.pyc +0 -0
- data/tools/epydoc/docwriter/html.py +0 -3491
- data/tools/epydoc/docwriter/html.pyc +0 -0
- data/tools/epydoc/docwriter/html_colorize.py +0 -909
- data/tools/epydoc/docwriter/html_colorize.pyc +0 -0
- data/tools/epydoc/docwriter/html_css.py +0 -550
- data/tools/epydoc/docwriter/html_css.pyc +0 -0
- data/tools/epydoc/docwriter/html_help.py +0 -190
- data/tools/epydoc/docwriter/html_help.pyc +0 -0
- data/tools/epydoc/docwriter/latex.py +0 -1187
- data/tools/epydoc/docwriter/latex.pyc +0 -0
- data/tools/epydoc/docwriter/plaintext.py +0 -276
- data/tools/epydoc/docwriter/plaintext.pyc +0 -0
- data/tools/epydoc/docwriter/xlink.py +0 -505
- data/tools/epydoc/docwriter/xlink.pyc +0 -0
- data/tools/epydoc/gui.py +0 -1148
- data/tools/epydoc/gui.pyc +0 -0
- data/tools/epydoc/log.py +0 -204
- data/tools/epydoc/log.pyc +0 -0
- data/tools/epydoc/markup/__init__.py +0 -623
- data/tools/epydoc/markup/__init__.pyc +0 -0
- data/tools/epydoc/markup/doctest.py +0 -311
- data/tools/epydoc/markup/doctest.pyc +0 -0
- data/tools/epydoc/markup/epytext.py +0 -2116
- data/tools/epydoc/markup/epytext.pyc +0 -0
- data/tools/epydoc/markup/javadoc.py +0 -250
- data/tools/epydoc/markup/javadoc.pyc +0 -0
- data/tools/epydoc/markup/plaintext.py +0 -78
- data/tools/epydoc/markup/plaintext.pyc +0 -0
- data/tools/epydoc/markup/pyval_repr.py +0 -532
- data/tools/epydoc/markup/pyval_repr.pyc +0 -0
- data/tools/epydoc/markup/restructuredtext.py +0 -906
- data/tools/epydoc/markup/restructuredtext.pyc +0 -0
- data/tools/epydoc/test/__init__.py +0 -97
- data/tools/epydoc/test/__init__.pyc +0 -0
- data/tools/epydoc/test/util.py +0 -226
- data/tools/epydoc/test/util.pyc +0 -0
- data/tools/epydoc/util.py +0 -289
- data/tools/epydoc/util.pyc +0 -0
- data/tools/logilab/logilab/__init__.py +0 -5
- data/tools/logilab/logilab/astng/__init__.py +0 -82
- data/tools/logilab/logilab/astng/__pkginfo__.py +0 -76
- data/tools/logilab/logilab/astng/_exceptions.py +0 -64
- data/tools/logilab/logilab/astng/_nodes_ast.py +0 -667
- data/tools/logilab/logilab/astng/_nodes_compiler.py +0 -758
- data/tools/logilab/logilab/astng/bases.py +0 -608
- data/tools/logilab/logilab/astng/builder.py +0 -239
- data/tools/logilab/logilab/astng/inference.py +0 -426
- data/tools/logilab/logilab/astng/inspector.py +0 -289
- data/tools/logilab/logilab/astng/manager.py +0 -421
- data/tools/logilab/logilab/astng/mixins.py +0 -165
- data/tools/logilab/logilab/astng/node_classes.py +0 -848
- data/tools/logilab/logilab/astng/nodes.py +0 -85
- data/tools/logilab/logilab/astng/nodes_as_string.py +0 -389
- data/tools/logilab/logilab/astng/patchcomptransformer.py +0 -159
- data/tools/logilab/logilab/astng/protocols.py +0 -333
- data/tools/logilab/logilab/astng/raw_building.py +0 -212
- data/tools/logilab/logilab/astng/rebuilder.py +0 -307
- data/tools/logilab/logilab/astng/scoped_nodes.py +0 -951
- data/tools/logilab/logilab/astng/test/__init__.py +0 -19
- data/tools/logilab/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
- data/tools/logilab/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.zip +0 -0
- data/tools/logilab/logilab/astng/test/data/SSL1/Connection1.py +0 -33
- data/tools/logilab/logilab/astng/test/data/SSL1/__init__.py +0 -20
- data/tools/logilab/logilab/astng/test/data/__init__.py +0 -20
- data/tools/logilab/logilab/astng/test/data/all.py +0 -29
- data/tools/logilab/logilab/astng/test/data/appl/__init__.py +0 -23
- data/tools/logilab/logilab/astng/test/data/appl/myConnection.py +0 -30
- data/tools/logilab/logilab/astng/test/data/format.py +0 -34
- data/tools/logilab/logilab/astng/test/data/module.py +0 -90
- data/tools/logilab/logilab/astng/test/data/module2.py +0 -112
- data/tools/logilab/logilab/astng/test/data/noendingnewline.py +0 -57
- data/tools/logilab/logilab/astng/test/data/nonregr.py +0 -76
- data/tools/logilab/logilab/astng/test/data/notall.py +0 -28
- data/tools/logilab/logilab/astng/test/data2/__init__.py +0 -20
- data/tools/logilab/logilab/astng/test/data2/clientmodule_test.py +0 -51
- data/tools/logilab/logilab/astng/test/data2/suppliermodule_test.py +0 -32
- data/tools/logilab/logilab/astng/test/regrtest.py +0 -135
- data/tools/logilab/logilab/astng/test/regrtest_data/absimport.py +0 -22
- data/tools/logilab/logilab/astng/test/regrtest_data/descriptor_crash.py +0 -31
- data/tools/logilab/logilab/astng/test/regrtest_data/import_package_subpackage_module.py +0 -68
- data/tools/logilab/logilab/astng/test/regrtest_data/package/__init__.py +0 -24
- data/tools/logilab/logilab/astng/test/regrtest_data/package/subpackage/__init__.py +0 -20
- data/tools/logilab/logilab/astng/test/regrtest_data/package/subpackage/module.py +0 -20
- data/tools/logilab/logilab/astng/test/unittest_builder.py +0 -684
- data/tools/logilab/logilab/astng/test/unittest_inference.py +0 -1112
- data/tools/logilab/logilab/astng/test/unittest_inspector.py +0 -105
- data/tools/logilab/logilab/astng/test/unittest_lookup.py +0 -302
- data/tools/logilab/logilab/astng/test/unittest_manager.py +0 -98
- data/tools/logilab/logilab/astng/test/unittest_nodes.py +0 -302
- data/tools/logilab/logilab/astng/test/unittest_scoped_nodes.py +0 -501
- data/tools/logilab/logilab/astng/test/unittest_utils.py +0 -104
- data/tools/logilab/logilab/astng/utils.py +0 -342
- data/tools/logilab/logilab/common/__init__.py +0 -140
- data/tools/logilab/logilab/common/__pkginfo__.py +0 -43
- data/tools/logilab/logilab/common/adbh.py +0 -35
- data/tools/logilab/logilab/common/cache.py +0 -114
- data/tools/logilab/logilab/common/changelog.py +0 -234
- data/tools/logilab/logilab/common/clcommands.py +0 -181
- data/tools/logilab/logilab/common/cli.py +0 -212
- data/tools/logilab/logilab/common/compat.py +0 -328
- data/tools/logilab/logilab/common/configuration.py +0 -1087
- data/tools/logilab/logilab/common/contexts.py +0 -58
- data/tools/logilab/logilab/common/corbautils.py +0 -117
- data/tools/logilab/logilab/common/daemon.py +0 -171
- data/tools/logilab/logilab/common/date.py +0 -279
- data/tools/logilab/logilab/common/db.py +0 -49
- data/tools/logilab/logilab/common/dbf.py +0 -229
- data/tools/logilab/logilab/common/debugger.py +0 -208
- data/tools/logilab/logilab/common/decorators.py +0 -190
- data/tools/logilab/logilab/common/deprecation.py +0 -118
- data/tools/logilab/logilab/common/fileutils.py +0 -409
- data/tools/logilab/logilab/common/graph.py +0 -259
- data/tools/logilab/logilab/common/html.py +0 -142
- data/tools/logilab/logilab/common/interface.py +0 -76
- data/tools/logilab/logilab/common/logging_ext.py +0 -166
- data/tools/logilab/logilab/common/modutils.py +0 -670
- data/tools/logilab/logilab/common/optik_ext.py +0 -383
- data/tools/logilab/logilab/common/optparser.py +0 -92
- data/tools/logilab/logilab/common/pdf_ext.py +0 -111
- data/tools/logilab/logilab/common/proc.py +0 -276
- data/tools/logilab/logilab/common/pyro_ext.py +0 -146
- data/tools/logilab/logilab/common/pytest.py +0 -754
- data/tools/logilab/logilab/common/shellutils.py +0 -383
- data/tools/logilab/logilab/common/sphinx_ext.py +0 -87
- data/tools/logilab/logilab/common/sphinxutils.py +0 -122
- data/tools/logilab/logilab/common/sqlgen.py +0 -31
- data/tools/logilab/logilab/common/table.py +0 -930
- data/tools/logilab/logilab/common/tasksqueue.py +0 -97
- data/tools/logilab/logilab/common/test/__init__.py +0 -1
- data/tools/logilab/logilab/common/test/data/ChangeLog +0 -184
- data/tools/logilab/logilab/common/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
- data/tools/logilab/logilab/common/test/data/__init__.py +0 -1
- data/tools/logilab/logilab/common/test/data/content_differ_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/content_differ_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/content_differ_dir/subdir/coin +0 -1
- data/tools/logilab/logilab/common/test/data/content_differ_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/file_differ_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/file_differ_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/file_differ_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/file_differ_dir/subdirtwo/Hello +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/__init__.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/foo.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/module.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/module2.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/newlines.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/noendingnewline.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/nonregr.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/normal_file.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/spam.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/sub/doc.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/sub/momo.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/test.ini +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/test1.msg +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/test2.msg +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/write_protected_file.txt +0 -0
- data/tools/logilab/logilab/common/test/data/foo.txt +0 -9
- data/tools/logilab/logilab/common/test/data/module.py +0 -88
- data/tools/logilab/logilab/common/test/data/module2.py +0 -77
- data/tools/logilab/logilab/common/test/data/newlines.txt +0 -3
- data/tools/logilab/logilab/common/test/data/noendingnewline.py +0 -36
- data/tools/logilab/logilab/common/test/data/nonregr.py +0 -14
- data/tools/logilab/logilab/common/test/data/normal_file.txt +0 -0
- data/tools/logilab/logilab/common/test/data/reference_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/reference_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/reference_dir/subdir/coin +0 -1
- data/tools/logilab/logilab/common/test/data/reference_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/same_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/same_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/same_dir/subdir/coin +0 -1
- data/tools/logilab/logilab/common/test/data/same_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/spam.txt +0 -9
- data/tools/logilab/logilab/common/test/data/sub/doc.txt +0 -1
- data/tools/logilab/logilab/common/test/data/sub/momo.py +0 -1
- data/tools/logilab/logilab/common/test/data/subdir_differ_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/subdir_differ_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/subdir_differ_dir/subdir/coin +0 -1
- data/tools/logilab/logilab/common/test/data/subdir_differ_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/test.ini +0 -20
- data/tools/logilab/logilab/common/test/data/test1.msg +0 -30
- data/tools/logilab/logilab/common/test/data/test2.msg +0 -42
- data/tools/logilab/logilab/common/test/data/write_protected_file.txt +0 -0
- data/tools/logilab/logilab/common/test/foomod.py +0 -17
- data/tools/logilab/logilab/common/test/unittest_cache.py +0 -129
- data/tools/logilab/logilab/common/test/unittest_changelog.py +0 -37
- data/tools/logilab/logilab/common/test/unittest_compat.py +0 -239
- data/tools/logilab/logilab/common/test/unittest_configuration.py +0 -348
- data/tools/logilab/logilab/common/test/unittest_date.py +0 -154
- data/tools/logilab/logilab/common/test/unittest_decorators.py +0 -62
- data/tools/logilab/logilab/common/test/unittest_deprecation.py +0 -76
- data/tools/logilab/logilab/common/test/unittest_fileutils.py +0 -133
- data/tools/logilab/logilab/common/test/unittest_graph.py +0 -50
- data/tools/logilab/logilab/common/test/unittest_html.py +0 -76
- data/tools/logilab/logilab/common/test/unittest_interface.py +0 -87
- data/tools/logilab/logilab/common/test/unittest_modutils.py +0 -244
- data/tools/logilab/logilab/common/test/unittest_pytest.py +0 -50
- data/tools/logilab/logilab/common/test/unittest_shellutils.py +0 -248
- data/tools/logilab/logilab/common/test/unittest_table.py +0 -448
- data/tools/logilab/logilab/common/test/unittest_taskqueue.py +0 -71
- data/tools/logilab/logilab/common/test/unittest_testlib.py +0 -956
- data/tools/logilab/logilab/common/test/unittest_textutils.py +0 -247
- data/tools/logilab/logilab/common/test/unittest_tree.py +0 -248
- data/tools/logilab/logilab/common/test/unittest_umessage.py +0 -55
- data/tools/logilab/logilab/common/test/unittest_ureports_html.py +0 -64
- data/tools/logilab/logilab/common/test/unittest_ureports_text.py +0 -105
- data/tools/logilab/logilab/common/test/unittest_xmlutils.py +0 -75
- data/tools/logilab/logilab/common/test/utils.py +0 -87
- data/tools/logilab/logilab/common/testlib.py +0 -1927
- data/tools/logilab/logilab/common/textutils.py +0 -476
- data/tools/logilab/logilab/common/tree.py +0 -372
- data/tools/logilab/logilab/common/umessage.py +0 -161
- data/tools/logilab/logilab/common/ureports/__init__.py +0 -174
- data/tools/logilab/logilab/common/ureports/docbook_writer.py +0 -139
- data/tools/logilab/logilab/common/ureports/html_writer.py +0 -131
- data/tools/logilab/logilab/common/ureports/nodes.py +0 -201
- data/tools/logilab/logilab/common/ureports/text_writer.py +0 -140
- data/tools/logilab/logilab/common/vcgutils.py +0 -216
- data/tools/logilab/logilab/common/visitor.py +0 -107
- data/tools/logilab/logilab/common/xmlrpcutils.py +0 -136
- data/tools/logilab/logilab/common/xmlutils.py +0 -61
- data/tools/pychecker/COPYRIGHT +0 -31
- data/tools/pychecker/ChangeLog +0 -349
- data/tools/pychecker/CodeChecks.py +0 -1969
- data/tools/pychecker/CodeChecks.pyc +0 -0
- data/tools/pychecker/CodeChecks.pyo +0 -0
- data/tools/pychecker/Config.py +0 -475
- data/tools/pychecker/Config.pyc +0 -0
- data/tools/pychecker/Config.pyo +0 -0
- data/tools/pychecker/KNOWN_BUGS +0 -100
- data/tools/pychecker/MAINTAINERS +0 -81
- data/tools/pychecker/NEWS +0 -406
- data/tools/pychecker/OP.py +0 -131
- data/tools/pychecker/OP.pyc +0 -0
- data/tools/pychecker/OP.pyo +0 -0
- data/tools/pychecker/OptionTypes.py +0 -117
- data/tools/pychecker/OptionTypes.pyc +0 -0
- data/tools/pychecker/OptionTypes.pyo +0 -0
- data/tools/pychecker/README +0 -152
- data/tools/pychecker/Stack.py +0 -115
- data/tools/pychecker/Stack.pyc +0 -0
- data/tools/pychecker/Stack.pyo +0 -0
- data/tools/pychecker/TODO +0 -101
- data/tools/pychecker/VERSION +0 -1
- data/tools/pychecker/Warning.py +0 -50
- data/tools/pychecker/Warning.pyc +0 -0
- data/tools/pychecker/Warning.pyo +0 -0
- data/tools/pychecker/__init__.py +0 -17
- data/tools/pychecker/__init__.pyc +0 -0
- data/tools/pychecker/__init__.pyo +0 -0
- data/tools/pychecker/checker.py +0 -961
- data/tools/pychecker/checker.pyc +0 -0
- data/tools/pychecker/checker.pyo +0 -0
- data/tools/pychecker/function.py +0 -159
- data/tools/pychecker/function.pyc +0 -0
- data/tools/pychecker/function.pyo +0 -0
- data/tools/pychecker/msgs.py +0 -175
- data/tools/pychecker/msgs.pyc +0 -0
- data/tools/pychecker/msgs.pyo +0 -0
- data/tools/pychecker/options.py +0 -275
- data/tools/pychecker/options.pyc +0 -0
- data/tools/pychecker/options.pyo +0 -0
- data/tools/pychecker/pcmodules.py +0 -19
- data/tools/pychecker/pcmodules.pyc +0 -0
- data/tools/pychecker/pcmodules.pyo +0 -0
- data/tools/pychecker/printer.py +0 -47
- data/tools/pychecker/printer.pyc +0 -0
- data/tools/pychecker/printer.pyo +0 -0
- data/tools/pychecker/python.py +0 -427
- data/tools/pychecker/python.pyc +0 -0
- data/tools/pychecker/python.pyo +0 -0
- data/tools/pychecker/utils.py +0 -102
- data/tools/pychecker/utils.pyc +0 -0
- data/tools/pychecker/utils.pyo +0 -0
- data/tools/pychecker/warn.py +0 -778
- data/tools/pychecker/warn.pyc +0 -0
- data/tools/pychecker/warn.pyo +0 -0
- data/tools/pylint2/pylint/__init__.py +0 -16
- data/tools/pylint2/pylint/__pkginfo__.py +0 -67
- data/tools/pylint2/pylint/checkers/__init__.py +0 -155
- data/tools/pylint2/pylint/checkers/base.py +0 -749
- data/tools/pylint2/pylint/checkers/classes.py +0 -527
- data/tools/pylint2/pylint/checkers/design_analysis.py +0 -344
- data/tools/pylint2/pylint/checkers/exceptions.py +0 -183
- data/tools/pylint2/pylint/checkers/format.py +0 -367
- data/tools/pylint2/pylint/checkers/imports.py +0 -379
- data/tools/pylint2/pylint/checkers/logging.py +0 -98
- data/tools/pylint2/pylint/checkers/misc.py +0 -128
- data/tools/pylint2/pylint/checkers/newstyle.py +0 -107
- data/tools/pylint2/pylint/checkers/raw_metrics.py +0 -125
- data/tools/pylint2/pylint/checkers/similar.py +0 -333
- data/tools/pylint2/pylint/checkers/string_format.py +0 -239
- data/tools/pylint2/pylint/checkers/typecheck.py +0 -364
- data/tools/pylint2/pylint/checkers/utils.py +0 -208
- data/tools/pylint2/pylint/checkers/variables.py +0 -498
- data/tools/pylint2/pylint/config.py +0 -149
- data/tools/pylint2/pylint/epylint.py +0 -149
- data/tools/pylint2/pylint/gui.py +0 -433
- data/tools/pylint2/pylint/interfaces.py +0 -98
- data/tools/pylint2/pylint/lint.py +0 -914
- data/tools/pylint2/pylint/pyreverse/__init__.py +0 -5
- data/tools/pylint2/pylint/pyreverse/diadefslib.py +0 -229
- data/tools/pylint2/pylint/pyreverse/diagrams.py +0 -247
- data/tools/pylint2/pylint/pyreverse/main.py +0 -123
- data/tools/pylint2/pylint/pyreverse/utils.py +0 -131
- data/tools/pylint2/pylint/pyreverse/writer.py +0 -196
- data/tools/pylint2/pylint/reporters/__init__.py +0 -67
- data/tools/pylint2/pylint/reporters/guireporter.py +0 -36
- data/tools/pylint2/pylint/reporters/html.py +0 -69
- data/tools/pylint2/pylint/reporters/text.py +0 -156
- data/tools/pylint2/pylint/utils.py +0 -518
- data/tools/pylint2/pylint.py +0 -16
@@ -1,32 +0,0 @@
|
|
1
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
2
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
3
|
-
# copyright 2003-2010 Sylvain Thenault, all rights reserved.
|
4
|
-
# contact mailto:thenault@gmail.com
|
5
|
-
#
|
6
|
-
# This file is part of logilab-astng.
|
7
|
-
#
|
8
|
-
# logilab-astng is free software: you can redistribute it and/or modify it
|
9
|
-
# under the terms of the GNU Lesser General Public License as published by the
|
10
|
-
# Free Software Foundation, either version 2.1 of the License, or (at your
|
11
|
-
# option) any later version.
|
12
|
-
#
|
13
|
-
# logilab-astng is distributed in the hope that it will be useful, but
|
14
|
-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
15
|
-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
16
|
-
# for more details.
|
17
|
-
#
|
18
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
19
|
-
# with logilab-astng. If not, see <http://www.gnu.org/licenses/>.
|
20
|
-
""" file suppliermodule.py """
|
21
|
-
|
22
|
-
class NotImplemented(Exception):
|
23
|
-
pass
|
24
|
-
|
25
|
-
class Interface:
|
26
|
-
def get_value(self):
|
27
|
-
raise NotImplemented()
|
28
|
-
|
29
|
-
def set_value(self, value):
|
30
|
-
raise NotImplemented()
|
31
|
-
|
32
|
-
class DoNothing : pass
|
@@ -1,135 +0,0 @@
|
|
1
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
2
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
3
|
-
# copyright 2003-2010 Sylvain Thenault, all rights reserved.
|
4
|
-
# contact mailto:thenault@gmail.com
|
5
|
-
#
|
6
|
-
# This file is part of logilab-astng.
|
7
|
-
#
|
8
|
-
# logilab-astng is free software: you can redistribute it and/or modify it
|
9
|
-
# under the terms of the GNU Lesser General Public License as published by the
|
10
|
-
# Free Software Foundation, either version 2.1 of the License, or (at your
|
11
|
-
# option) any later version.
|
12
|
-
#
|
13
|
-
# logilab-astng is distributed in the hope that it will be useful, but
|
14
|
-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
15
|
-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
16
|
-
# for more details.
|
17
|
-
#
|
18
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
19
|
-
# with logilab-astng. If not, see <http://www.gnu.org/licenses/>.
|
20
|
-
|
21
|
-
from logilab.common.testlib import unittest_main, TestCase
|
22
|
-
|
23
|
-
from logilab.astng import ResolveError, MANAGER as m, Instance, YES, InferenceError
|
24
|
-
from logilab.astng.builder import ASTNGBuilder, build_module
|
25
|
-
|
26
|
-
import sys
|
27
|
-
from os.path import abspath
|
28
|
-
sys.path.insert(1, abspath('regrtest_data'))
|
29
|
-
|
30
|
-
class NonRegressionTC(TestCase):
|
31
|
-
|
32
|
-
## def test_resolve1(self):
|
33
|
-
## mod = m.astng_from_module_name('data.nonregr')
|
34
|
-
## cls = mod['OptionParser']
|
35
|
-
## self.assertRaises(ResolveError, cls.resolve_dotted, cls.basenames[0])
|
36
|
-
## #self.assert_(cls is not cls.resolve_dotted(cls.basenames[0]))
|
37
|
-
|
38
|
-
def test_module_path(self):
|
39
|
-
mod = m.astng_from_module_name('import_package_subpackage_module')
|
40
|
-
package = mod.igetattr('package').next()
|
41
|
-
self.failUnlessEqual(package.name, 'package')
|
42
|
-
subpackage = package.igetattr('subpackage').next()
|
43
|
-
self.failUnlessEqual(subpackage.name, 'package.subpackage')
|
44
|
-
module = subpackage.igetattr('module').next()
|
45
|
-
self.failUnlessEqual(module.name, 'package.subpackage.module')
|
46
|
-
|
47
|
-
|
48
|
-
def test_living_property(self):
|
49
|
-
builder = ASTNGBuilder()
|
50
|
-
builder._done = {}
|
51
|
-
builder._module = sys.modules[__name__]
|
52
|
-
builder.object_build(build_module('module_name', ''), Whatever)
|
53
|
-
|
54
|
-
def test_new_style_class_detection(self):
|
55
|
-
try:
|
56
|
-
import pygtk
|
57
|
-
except ImportError:
|
58
|
-
self.skip('test skipped: pygtk is not available')
|
59
|
-
else:
|
60
|
-
# XXX may fail on some pygtk version, because objects in
|
61
|
-
# gobject._gobject have __module__ set to gobject :(
|
62
|
-
builder = ASTNGBuilder()
|
63
|
-
data = """
|
64
|
-
import pygtk
|
65
|
-
pygtk.require("2.6")
|
66
|
-
import gobject
|
67
|
-
|
68
|
-
class A(gobject.GObject):
|
69
|
-
def __init__(self, val):
|
70
|
-
gobject.GObject.__init__(self)
|
71
|
-
self._val = val
|
72
|
-
def _get_val(self):
|
73
|
-
print "get"
|
74
|
-
return self._val
|
75
|
-
def _set_val(self, val):
|
76
|
-
print "set"
|
77
|
-
self._val = val
|
78
|
-
val = property(_get_val, _set_val)
|
79
|
-
|
80
|
-
|
81
|
-
if __name__ == "__main__":
|
82
|
-
print gobject.GObject.__bases__
|
83
|
-
a = A(7)
|
84
|
-
print a.val
|
85
|
-
a.val = 6
|
86
|
-
print a.val
|
87
|
-
"""
|
88
|
-
astng = builder.string_build(data, __name__, __file__)
|
89
|
-
a = astng['A']
|
90
|
-
self.failUnless(a.newstyle)
|
91
|
-
|
92
|
-
|
93
|
-
def test_pylint_config_attr(self):
|
94
|
-
try:
|
95
|
-
from pylint import lint
|
96
|
-
except ImportError:
|
97
|
-
self.skip('pylint not available')
|
98
|
-
mod = m.astng_from_module_name('pylint.lint')
|
99
|
-
pylinter = mod['PyLinter']
|
100
|
-
self.assertEquals([c.name for c in pylinter.ancestors()],
|
101
|
-
['OptionsManagerMixIn', 'object', 'MessagesHandlerMixIn',
|
102
|
-
'ReportsHandlerMixIn', 'BaseRawChecker', 'BaseChecker',
|
103
|
-
'OptionsProviderMixIn', 'ASTWalker'])
|
104
|
-
|
105
|
-
self.assert_(list(Instance(pylinter).getattr('config')))
|
106
|
-
infered = list(Instance(pylinter).igetattr('config'))
|
107
|
-
self.assertEquals(len(infered), 2)
|
108
|
-
infered = [c for c in infered if not c is YES]
|
109
|
-
self.assertEquals(len(infered), 1)
|
110
|
-
self.assertEquals(infered[0].root().name, 'optparse')
|
111
|
-
self.assertEquals(infered[0].name, 'Values')
|
112
|
-
|
113
|
-
def test_numpy_crash(self):
|
114
|
-
try:
|
115
|
-
import numpy
|
116
|
-
except ImportError:
|
117
|
-
self.skip('test skipped: numpy is not available')
|
118
|
-
else:
|
119
|
-
builder = ASTNGBuilder()
|
120
|
-
data = """
|
121
|
-
from numpy import multiply
|
122
|
-
|
123
|
-
multiply(1, 2, 3)
|
124
|
-
"""
|
125
|
-
astng = builder.string_build(data, __name__, __file__)
|
126
|
-
callfunc = astng.node.nodes[1].expr
|
127
|
-
# well, InferenceError instead of a crash is better
|
128
|
-
self.assertRaises(InferenceError, list, callfunc.infer())
|
129
|
-
|
130
|
-
|
131
|
-
class Whatever(object):
|
132
|
-
a = property(lambda x: x, lambda x: x)
|
133
|
-
|
134
|
-
if __name__ == '__main__':
|
135
|
-
unittest_main()
|
@@ -1,22 +0,0 @@
|
|
1
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
2
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
3
|
-
# copyright 2003-2010 Sylvain Thenault, all rights reserved.
|
4
|
-
# contact mailto:thenault@gmail.com
|
5
|
-
#
|
6
|
-
# This file is part of logilab-astng.
|
7
|
-
#
|
8
|
-
# logilab-astng is free software: you can redistribute it and/or modify it
|
9
|
-
# under the terms of the GNU Lesser General Public License as published by the
|
10
|
-
# Free Software Foundation, either version 2.1 of the License, or (at your
|
11
|
-
# option) any later version.
|
12
|
-
#
|
13
|
-
# logilab-astng is distributed in the hope that it will be useful, but
|
14
|
-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
15
|
-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
16
|
-
# for more details.
|
17
|
-
#
|
18
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
19
|
-
# with logilab-astng. If not, see <http://www.gnu.org/licenses/>.
|
20
|
-
from __future__ import absolute_import
|
21
|
-
import import_package_subpackage_module # fail
|
22
|
-
print import_package_subpackage_module
|
@@ -1,31 +0,0 @@
|
|
1
|
-
# -*- coding: iso-8859-1 -*-
|
2
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
3
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
4
|
-
# copyright 2003-2010 Sylvain Thenault, all rights reserved.
|
5
|
-
# contact mailto:thenault@gmail.com
|
6
|
-
#
|
7
|
-
# This file is part of logilab-astng.
|
8
|
-
#
|
9
|
-
# logilab-astng is free software: you can redistribute it and/or modify it
|
10
|
-
# under the terms of the GNU Lesser General Public License as published by the
|
11
|
-
# Free Software Foundation, either version 2.1 of the License, or (at your
|
12
|
-
# option) any later version.
|
13
|
-
#
|
14
|
-
# logilab-astng is distributed in the hope that it will be useful, but
|
15
|
-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
16
|
-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
17
|
-
# for more details.
|
18
|
-
#
|
19
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
20
|
-
# with logilab-astng. If not, see <http://www.gnu.org/licenses/>.
|
21
|
-
|
22
|
-
import urllib
|
23
|
-
|
24
|
-
class Page(object):
|
25
|
-
_urlOpen = staticmethod(urllib.urlopen)
|
26
|
-
|
27
|
-
def getPage(self, url):
|
28
|
-
handle = self._urlOpen(url)
|
29
|
-
data = handle.read()
|
30
|
-
handle.close()
|
31
|
-
return data
|
@@ -1,68 +0,0 @@
|
|
1
|
-
# pylint: disable-msg=I0011,C0301,W0611
|
2
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
3
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
4
|
-
# copyright 2003-2010 Sylvain Thenault, all rights reserved.
|
5
|
-
# contact mailto:thenault@gmail.com
|
6
|
-
#
|
7
|
-
# This file is part of logilab-astng.
|
8
|
-
#
|
9
|
-
# logilab-astng is free software: you can redistribute it and/or modify it
|
10
|
-
# under the terms of the GNU Lesser General Public License as published by the
|
11
|
-
# Free Software Foundation, either version 2.1 of the License, or (at your
|
12
|
-
# option) any later version.
|
13
|
-
#
|
14
|
-
# logilab-astng is distributed in the hope that it will be useful, but
|
15
|
-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
16
|
-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
17
|
-
# for more details.
|
18
|
-
#
|
19
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
20
|
-
# with logilab-astng. If not, see <http://www.gnu.org/licenses/>.
|
21
|
-
"""I found some of my scripts trigger off an AttributeError in pylint
|
22
|
-
0.8.1 (with common 0.12.0 and astng 0.13.1).
|
23
|
-
|
24
|
-
Traceback (most recent call last):
|
25
|
-
File "/usr/bin/pylint", line 4, in ?
|
26
|
-
lint.Run(sys.argv[1:])
|
27
|
-
File "/usr/lib/python2.4/site-packages/pylint/lint.py", line 729, in __init__
|
28
|
-
linter.check(args)
|
29
|
-
File "/usr/lib/python2.4/site-packages/pylint/lint.py", line 412, in check
|
30
|
-
self.check_file(filepath, modname, checkers)
|
31
|
-
File "/usr/lib/python2.4/site-packages/pylint/lint.py", line 426, in check_file
|
32
|
-
astng = self._check_file(filepath, modname, checkers)
|
33
|
-
File "/usr/lib/python2.4/site-packages/pylint/lint.py", line 450, in _check_file
|
34
|
-
self.check_astng_module(astng, checkers)
|
35
|
-
File "/usr/lib/python2.4/site-packages/pylint/lint.py", line 494, in check_astng_module
|
36
|
-
self.astng_events(astng, [checker for checker in checkers
|
37
|
-
File "/usr/lib/python2.4/site-packages/pylint/lint.py", line 511, in astng_events
|
38
|
-
self.astng_events(child, checkers, _reversed_checkers)
|
39
|
-
File "/usr/lib/python2.4/site-packages/pylint/lint.py", line 511, in astng_events
|
40
|
-
self.astng_events(child, checkers, _reversed_checkers)
|
41
|
-
File "/usr/lib/python2.4/site-packages/pylint/lint.py", line 508, in astng_events
|
42
|
-
checker.visit(astng)
|
43
|
-
File "/usr/lib/python2.4/site-packages/logilab/astng/utils.py", line 84, in visit
|
44
|
-
method(node)
|
45
|
-
File "/usr/lib/python2.4/site-packages/pylint/checkers/variables.py", line 295, in visit_import
|
46
|
-
self._check_module_attrs(node, module, name_parts[1:])
|
47
|
-
File "/usr/lib/python2.4/site-packages/pylint/checkers/variables.py", line 357, in _check_module_attrs
|
48
|
-
self.add_message('E0611', args=(name, module.name),
|
49
|
-
AttributeError: Import instance has no attribute 'name'
|
50
|
-
|
51
|
-
|
52
|
-
You can reproduce it by:
|
53
|
-
(1) create package structure like the following:
|
54
|
-
|
55
|
-
package/
|
56
|
-
__init__.py
|
57
|
-
subpackage/
|
58
|
-
__init__.py
|
59
|
-
module.py
|
60
|
-
|
61
|
-
(2) in package/__init__.py write:
|
62
|
-
|
63
|
-
import subpackage
|
64
|
-
|
65
|
-
(3) run pylint with a script importing package.subpackage.module.
|
66
|
-
"""
|
67
|
-
__revision__ = '$Id: import_package_subpackage_module.py,v 1.1 2010/06/14 14:06:50 casa Exp $'
|
68
|
-
import package.subpackage.module
|
@@ -1,24 +0,0 @@
|
|
1
|
-
# pylint: disable-msg=R0903
|
2
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
3
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
4
|
-
# copyright 2003-2010 Sylvain Thenault, all rights reserved.
|
5
|
-
# contact mailto:thenault@gmail.com
|
6
|
-
#
|
7
|
-
# This file is part of logilab-astng.
|
8
|
-
#
|
9
|
-
# logilab-astng is free software: you can redistribute it and/or modify it
|
10
|
-
# under the terms of the GNU Lesser General Public License as published by the
|
11
|
-
# Free Software Foundation, either version 2.1 of the License, or (at your
|
12
|
-
# option) any later version.
|
13
|
-
#
|
14
|
-
# logilab-astng is distributed in the hope that it will be useful, but
|
15
|
-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
16
|
-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
17
|
-
# for more details.
|
18
|
-
#
|
19
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
20
|
-
# with logilab-astng. If not, see <http://www.gnu.org/licenses/>.
|
21
|
-
"""package's __init__ file"""
|
22
|
-
|
23
|
-
|
24
|
-
import subpackage
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
2
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
3
|
-
# copyright 2003-2010 Sylvain Thenault, all rights reserved.
|
4
|
-
# contact mailto:thenault@gmail.com
|
5
|
-
#
|
6
|
-
# This file is part of logilab-astng.
|
7
|
-
#
|
8
|
-
# logilab-astng is free software: you can redistribute it and/or modify it
|
9
|
-
# under the terms of the GNU Lesser General Public License as published by the
|
10
|
-
# Free Software Foundation, either version 2.1 of the License, or (at your
|
11
|
-
# option) any later version.
|
12
|
-
#
|
13
|
-
# logilab-astng is distributed in the hope that it will be useful, but
|
14
|
-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
15
|
-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
16
|
-
# for more details.
|
17
|
-
#
|
18
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
19
|
-
# with logilab-astng. If not, see <http://www.gnu.org/licenses/>.
|
20
|
-
"""package.subpackage"""
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
2
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
3
|
-
# copyright 2003-2010 Sylvain Thenault, all rights reserved.
|
4
|
-
# contact mailto:thenault@gmail.com
|
5
|
-
#
|
6
|
-
# This file is part of logilab-astng.
|
7
|
-
#
|
8
|
-
# logilab-astng is free software: you can redistribute it and/or modify it
|
9
|
-
# under the terms of the GNU Lesser General Public License as published by the
|
10
|
-
# Free Software Foundation, either version 2.1 of the License, or (at your
|
11
|
-
# option) any later version.
|
12
|
-
#
|
13
|
-
# logilab-astng is distributed in the hope that it will be useful, but
|
14
|
-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
15
|
-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
16
|
-
# for more details.
|
17
|
-
#
|
18
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
19
|
-
# with logilab-astng. If not, see <http://www.gnu.org/licenses/>.
|
20
|
-
"""package.subpackage.module"""
|