]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/chromiumos/gen_autosuspend_rules.py
hwdb: update for v248
[thirdparty/systemd.git] / tools / chromiumos / gen_autosuspend_rules.py
index 8bb25a1ccfc839dadf70333fbf91f7bb031b2d79..6e167f60f095b52cd49988e3032def8f19e0bba0 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 # Copyright 2017 The Chromium OS Authors. All rights reserved.
@@ -12,8 +12,6 @@ resulting rules file is installed on the device, the script itself
 is not.
 """
 
-from __future__ import print_function
-
 # List of USB devices (vendorid:productid) for which it is safe to enable
 # autosuspend.
 USB_IDS = []