2017-04-26 05:34:51 +00:00
|
|
|
Index: construct-2.8.11/construct/__init__.py
|
2013-05-08 07:42:14 +00:00
|
|
|
===================================================================
|
2017-04-26 05:34:51 +00:00
|
|
|
--- construct-2.8.11.orig/construct/__init__.py
|
|
|
|
+++ construct-2.8.11/construct/__init__.py
|
2017-01-23 13:35:02 +00:00
|
|
|
@@ -21,7 +21,6 @@ Hands-on example:
|
2013-05-08 07:42:14 +00:00
|
|
|
|
2017-01-23 13:35:02 +00:00
|
|
|
from construct.core import *
|
2017-04-26 05:34:51 +00:00
|
|
|
from construct.expr import this, Path, Path2, PathFunc, len_, sum_, min_, max_, abs_, obj_
|
2017-01-23 13:35:02 +00:00
|
|
|
-from construct.debug import Probe, ProbeInto, Debugger
|
|
|
|
from construct.version import version, version_string, release_date
|
|
|
|
from construct import lib
|
|
|
|
|