ports/security/pwntools/patches/patch-pwnlib___init___py

12 lines
186 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: pwnlib/__init__.py
--- pwnlib/__init__.py.orig
+++ pwnlib/__init__.py
@@ -34,7 +34,6 @@ __all__ = [
'ui',
'useragents',
'util',
- 'update',
'version',
]