$OpenBSD: patch-pwn___init___py,v 1.1.1.1 2019/05/08 21:15:44 jasper Exp $

Disable automatic update checking.

Index: pwn/__init__.py
--- pwn/__init__.py.orig
+++ pwn/__init__.py
@@ -15,6 +15,3 @@ if not platform.architecture()[0].startswith('64'):
 
     See Gallopsled/pwntools#518 for more information."""
     log.warn_once('Pwntools does not support 32-bit Python.  Use a 64-bit release.')
-
-with context.local(log_console=sys.stderr):
-    pwnlib.update.check_automatically()
