ports/security/pwntools/patches/patch-pwnlib_commandline___init___py

11 lines
226 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: pwnlib/commandline/__init__.py
--- pwnlib/commandline/__init__.py.orig
+++ pwnlib/commandline/__init__.py
@@ -18,6 +18,5 @@ __all__ = [
'scramble',
'shellcraft',
'unhex',
- 'update',
'version'
]