Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • qa qa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Debian QADebian QA
  • qaqa
  • Merge requests
  • !8

Update carnivore/carnivore.py to Python 3

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Asheesh Laroia requested to merge paulproteus/qa:master into master Aug 09, 2018
  • Overview 1
  • Commits 1
  • Changes 1

This file remains polyglot, since the MIA tooling currently is not polyglot.

Testing done:

paulproteus@quantz:/tmp/qa/mia$ PYTHONPATH=../carnivore python2 ./mia-query -n paulproteus >/dev/null ; echo $?
0

Additionally, I confirmed that the output is the same before and after this change, at least for this one specific user that I searched (myself).

Note that in Python 3, it crashes due to "apt_pkg" not being available. That's OK with me.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master