1
0
python-construct/split_debug.patch

13 lines
519 B
Diff
Raw Normal View History

Index: construct-2.8.11/construct/__init__.py
===================================================================
--- construct-2.8.11.orig/construct/__init__.py
+++ construct-2.8.11/construct/__init__.py
@@ -21,7 +21,6 @@ Hands-on example:
from construct.core import *
from construct.expr import this, Path, Path2, PathFunc, len_, sum_, min_, max_, abs_, obj_
-from construct.debug import Probe, ProbeInto, Debugger
from construct.version import version, version_string, release_date
from construct import lib