17
0

Accepting request 432173 from home:matwey:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/432173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=8
This commit is contained in:
2016-10-04 10:59:24 +00:00
committed by Git OBS Bridge
parent ba4cda03f4
commit d032f22ee8
5 changed files with 15 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
Index: construct-2.5.2/construct/__init__.py
Index: construct-2.5.5/construct/__init__.py
===================================================================
--- construct-2.5.2.orig/construct/__init__.py
+++ construct-2.5.2/construct/__init__.py
--- construct-2.5.5.orig/construct/__init__.py
+++ construct-2.5.5/construct/__init__.py
@@ -35,7 +35,6 @@ from construct.macros import (Alias, Ali
SNInt8, SeqOfOne, String, SymmetricMapping, UBInt16, UBInt32, UBInt64, UBInt8, ULInt16, ULInt32, ULInt64,
ULInt8, UNInt16, UNInt32, UNInt64, UNInt8)
ULInt8, UNInt16, UNInt32, UNInt64, UNInt8, GreedyString)
from construct.lib.expr import this
-from construct.debug import Probe, Debugger
from construct.version import version, version_string as __version__