From 7d08ad9158507856c31222fbbd12b2f8ba238c4d Mon Sep 17 00:00:00 2001 From: Brian May Date: Mon, 18 Jun 2018 17:11:31 +1000 Subject: Replace <> with != for Python 3.6 compatibility --- bin/apt-update-file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/apt-update-file') diff --git a/bin/apt-update-file b/bin/apt-update-file index 6b253009db..081b6211ca 100755 --- a/bin/apt-update-file +++ b/bin/apt-update-file @@ -21,7 +21,7 @@ root_path = setup_paths() import debian_support -if len(sys.argv) <> 3: +if len(sys.argv) != 3: sys.stderr.write("usage: apt-update-file REMOTE LOCAL\n") sys.exit(1) -- cgit v1.2.3