From b24642347fe7fb48bdede4b94a2ed5397627cf46 Mon Sep 17 00:00:00 2001 From: Dominik Neise Date: Wed, 10 Oct 2018 12:38:59 +0200 Subject: [PATCH] replace this here .. it was a mistake I think --- protozfits/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protozfits/__init__.py b/protozfits/__init__.py index 866c01b..08e53b2 100644 --- a/protozfits/__init__.py +++ b/protozfits/__init__.py @@ -11,7 +11,7 @@ from . import rawzfits # If you would like to learn more about the contents of the compiled # rawzfits extension. Please have a look into protozfits/rawzfits.pyx -from google.protobuf.pyext.cpp_message import GeneratedProtocolMessageType +from google.protobuf.reflection import GeneratedProtocolMessageType from .CoreMessages_pb2 import AnyArray from .any_array_to_numpy import any_array_to_numpy