tkopecek / koji

Forked from koji 7 years ago
Clone

f4010ea python-modernize -f libmodernize.fixes.fix_import . -w

Authored and Committed by tkopecek 6 years ago
66 files changed. 71 lines added. 5 lines removed.
koji/compatrequests.py
file modified
+3 -2
koji/db.py
file modified
+2 -1
koji/plugin.py
file modified
+1 -0
koji/ssl/SSLCommon.py
file modified
+2 -1
koji/ssl/SSLConnection.py
file modified
+1 -0
koji/ssl/__init__.py
file modified
+1 -0
koji/xmlrpcplus.py
file modified
+1 -0
plugins/builder/runroot.py
file modified
+1 -0
plugins/builder/save_failed_tree.py
file modified
+1 -0
plugins/cli/runroot.py
file modified
+1 -0
plugins/cli/save_failed_tree.py
file modified
+1 -0
plugins/hub/echo.py
file modified
+1 -0
plugins/hub/messagebus.py
file modified
+1 -0
plugins/hub/protonmsg.py
file modified
+1 -0
plugins/hub/rpm2maven.py
file modified
+1 -0
plugins/hub/runroot_hub.py
file modified
+1 -0
plugins/hub/save_failed_tree.py
file modified
+1 -0
tests/test_cli/data/plugins/plugin1.py
file modified
+1 -0
tests/test_cli/test_activate_session.py
file modified
+1 -0
tests/test_cli/test_list_tasks.py
file modified
+1 -0
tests/test_docs_version.py
file modified
+1 -0
tests/test_hub/test_add_btype.py
file modified
+1 -0
tests/test_hub/test_apply_query_opts.py
file modified
+1 -0
tests/test_hub/test_cg_importer.py
file modified
+1 -0
tests/test_hub/test_check_volume_policy.py
file modified
+1 -0
tests/test_hub/test_complete_image_build.py
file modified
+1 -0
tests/test_hub/test_complete_maven_build.py
file modified
+1 -0
tests/test_hub/test_create_tag.py
file modified
+1 -0
tests/test_hub/test_delete_build.py
file modified
+1 -0
tests/test_hub/test_delete_tag.py
file modified
+1 -0
tests/test_hub/test_dist_repo.py
file modified
+1 -0
tests/test_hub/test_edit_tag.py
file modified
+1 -0
tests/test_hub/test_get_active_repos.py
file modified
+1 -0
tests/test_hub/test_get_build_logs.py
file modified
+1 -0
tests/test_hub/test_get_build_type.py
file modified
+1 -0
tests/test_hub/test_get_next_release.py
file modified
+1 -0
tests/test_hub/test_get_upload_path.py
file modified
+1 -0
tests/test_hub/test_get_user_perms.py
file modified
+1 -0
tests/test_hub/test_get_verify_class.py
file modified
+1 -0
tests/test_hub/test_group_operations.py
file modified
+1 -0
tests/test_hub/test_import_build.py
file modified
+1 -0
tests/test_hub/test_import_image_internal.py
file modified
+1 -0
tests/test_hub/test_insert_processor.py
file modified
+1 -0
tests/test_hub/test_list_btypes.py
file modified
+1 -0
tests/test_hub/test_list_hosts.py
file modified
+1 -0
tests/test_hub/test_list_task_output.py
file modified
+1 -0
tests/test_hub/test_listing.py
file modified
+1 -0
tests/test_hub/test_models/test_host.py
file modified
+1 -0
tests/test_hub/test_new_typed_build.py
file modified
+1 -0
tests/test_hub/test_policy_tests.py
file modified
+1 -0
tests/test_hub/test_query_processor.py
file modified
+1 -0
tests/test_hub/test_recycle_build.py
file modified
+1 -0
tests/test_hub/test_rpmdiff.py
file modified
+1 -0
tests/test_hub/test_tag_operations.py
file modified
+1 -0
tests/test_hub/test_update_processor.py
file modified
+1 -0
tests/test_hub/test_user_groups.py
file modified
+1 -0
tests/test_lib/test_encode_datetime.py
file modified
+1 -0
tests/test_lib_py2only/test_compatrequests.py
file modified
+1 -0
tests/test_lib_py2only/test_restart_tasks.py
file modified
+1 -0
tests/test_plugins/load_plugin.py
file modified
+1 -0
tests/test_plugins/test_protonmsg.py
file modified
+1 -0
tests/test_plugins/test_runroot_hub.py
file modified
+1 -0
tests/test_plugins/test_save_failed_tree_cli.py
file modified
+2 -1
tests/test_scm.py
file modified
+1 -0
tests/test_www/test_util.py
file modified
+1 -0
www/kojiweb/wsgi_publisher.py
file modified
+1 -0
    python-modernize -f libmodernize.fixes.fix_import . -w
    
        
file modified
+3 -2
file modified
+2 -1
file modified
+1 -0
file modified
+2 -1
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0