forked from pool/python-construct
Updated and converted to single-spec OBS-URL: https://build.opensuse.org/request/show/489942 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=15
13 lines
519 B
Diff
13 lines
519 B
Diff
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
|
|
|