~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to hwe-support-status

  • Committer: Benjamin Drung
  • Date: 2023-02-13 13:03:40 UTC
  • Revision ID: benjamin.drung@canonical.com-20230213130340-i79sfmerzdctcpw3
Drop imports only needed for Python 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
 
3
 
from __future__ import print_function
 
1
#!/usr/bin/python3
4
2
 
5
3
import optparse
6
4
import datetime