14
0

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

OBS-URL: https://build.opensuse.org/request/show/232525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=6
This commit is contained in:
Todd R
2014-05-08 13:16:42 +00:00
committed by Git OBS Bridge
parent 3dfdb7ee68
commit ba4cda03f4
5 changed files with 18 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
Index: construct-2.5.1/construct/__init__.py
Index: construct-2.5.2/construct/__init__.py
===================================================================
--- construct-2.5.1.orig/construct/__init__.py
+++ construct-2.5.1/construct/__init__.py
--- construct-2.5.2.orig/construct/__init__.py
+++ construct-2.5.2/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)