tkopecek / koji

Forked from koji 7 years ago
Clone

7f6b717 python-modernize -f libmodernize.fixes.fix_import

86 files Authored by tkopecek 5 years ago, Committed by mikem 5 years ago,
86 files changed. 89 lines added. 3 lines removed.
builder/mergerepos
file modified
+1 -0
koji/db.py
file modified
+2 -1
koji/plugin.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
setup.py
file modified
+1 -0
tests/test_cli/data/plugins/plugin1.py
file modified
+1 -0
tests/test_cli/fakeclient.py
file modified
+1 -0
tests/test_cli/test_activate_session.py
file modified
+1 -0
tests/test_cli/test_list_notifications.py
file modified
+1 -0
tests/test_cli/test_list_tasks.py
file modified
+1 -0
tests/test_cli/utils.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_add_external_rpm.py
file modified
+1 -0
tests/test_hub/test_add_host.py
file modified
+1 -0
tests/test_hub/test_add_host_to_channel.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_host.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_archive_file.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_host.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_archive_files.py
file modified
+1 -0
tests/test_hub/test_list_archives.py
file modified
+2 -1
tests/test_hub/test_list_btypes.py
file modified
+1 -0
tests/test_hub/test_list_channels.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_notifications.py
file modified
+1 -0
tests/test_hub/test_pkglist.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_remove_host_from_channel.py
file modified
+1 -0
tests/test_hub/test_repos.py
file modified
+1 -0
tests/test_hub/test_rpmdiff.py
file modified
+1 -0
tests/test_hub/test_savepoint.py
file modified
+1 -0
tests/test_hub/test_set_host_enabled.py
file modified
+1 -0
tests/test_hub/test_tag_operations.py
file modified
+1 -0
tests/test_hub/test_task_wait_results.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_hub/utils.py
file modified
+1 -0
tests/test_lib/test_argspec.py
file modified
+1 -0
tests/test_lib/test_encode_datetime.py
file modified
+1 -0
tests/test_lib/test_gen_mock_config.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
vm/kojivmd
file modified
+1 -0
www/kojiweb/wsgi_publisher.py
file modified
+1 -0
    python-modernize -f libmodernize.fixes.fix_import
    
        
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
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0