Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Python2 remnants in env #108

@C0rn3j

Description

@C0rn3j

Found out there's still a bunch of calls to python2 in the interpreter line when running namcap.

The rest are python3, and then there are two inconsistent python ones as everything else links to python3.

sc-controller-0.4.8.13/scc/constants.py:#!/usr/bin/env python
sc-controller-0.4.8.13/scc/cheader.py:#!/usr/bin/env python
sc-controller-0.4.8.13/generate_svg.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/controller.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/foreign/vdf.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/foreign/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/foreign/vdffz.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/custom.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/modifiers.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/aliases.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/paths.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/special_actions.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/config.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/menu_data.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/tools.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/profile.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gestures.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/lib/xwrappers.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/lib/eudevmonitor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/lib/xinput.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/lib/daemon.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/lib/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/drivers/ds5drv.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/drivers/ds4drv.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/drivers/fake.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/drivers/sc_by_cable.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/drivers/sc_by_bt.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/drivers/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/drivers/remotepad.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/drivers/steamdeck.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/mapper.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/scheduler.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/x11/autoswitcher.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/x11/scc-osd-daemon.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/x11/scc_autoswitch_daemon.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/x11/scc-autoswitch-daemon.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/x11/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/sccdaemon.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/scripts.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/key_grabber.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/aboutdialog.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/svg_widget.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/controller_settings.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/icon_chooser.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/controller_image.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/controller_widget.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/action_editor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/daemon_manager.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/editor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/userdata_manager.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/gdk_to_key.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/osk_binding_editor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ribar.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/gestures.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/importexport/dialog.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/importexport/import_sccprofile.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/importexport/export.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/importexport/import_vdf.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/importexport/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/global_settings.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/modeshift_editor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/binding_editor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ring_editor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/profile_switcher.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/area_to_action.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/statusicon.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/app.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/osd_mode.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/keycode_to_key.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/chooser.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/simple_chooser.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/menu_editor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/creg/dialog.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/creg/data.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/creg/tester.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/creg/constants.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/creg/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/creg/grabs.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/custom.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/gesture.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/axis_action.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/recent_list.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/axis.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/buttons.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/gyro.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/first_page.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/per_axis.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/menu_action.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/gyro_action.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/osk_buttons.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/dpad.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/menu_only.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/tilt.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/special_action.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/osk_action.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/ae/trigger.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/gui/macro_editor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/timermanager.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/hmenu.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/radial_menu.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/grid_menu.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/slave_mapper.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/message.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/dialog.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/inputdisplay.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/gesture_display.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/binding_display.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/quick_menu.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/keyboard.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/menu_generators.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/osk_actions.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/menu.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/launcher.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/area.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/osd/__init__.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/uinput.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/macros.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/poller.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/actions.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/device_monitor.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/scc/cemuhook_server.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/update-wiki.py:#!/usr/bin/env python2
sc-controller-0.4.8.13/generate-icons.py:#!/usr/bin/env python2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions