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

« back to all changes in this revision

Viewing changes to tests/test_pyflakes.py

  • 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:
4
4
# Partly based on a script from Review Board, MIT license; but modified to
5
5
# act as a unit test.
6
6
 
7
 
from __future__ import print_function
8
 
 
9
7
import os
10
8
import re
11
9
import subprocess