]> arthur.barton.de Git - bup.git/commitdiff
py2raise: add missing 'import sys'
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 23 Jan 2020 22:54:01 +0000 (23:54 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Feb 2020 00:18:38 +0000 (18:18 -0600)
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/py2raise.py

index 0d7332a474edc64d0c4ce7c1c50696deadb50872..e61d029fe357a8fc5744b3abd3f96e7fa880ab02 100644 (file)
@@ -1,4 +1,6 @@
 
+import sys
+
 # This file exists because the raise syntax is completely incompatible
 # with Python 3.