Skip to content
Snippets Groups Projects
Commit 499a58a4 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[python3] Fix remaining portability issues (remove ipdb entry)

parent cfc82382
No related branches found
No related tags found
No related merge requests found
......@@ -195,8 +195,6 @@ class Extension(ExtensionBase):
# Make sure the language is correctly set to C++
kwargs['language'] = 'c++'
import ipdb; ipdb.set_trace()
# Run the constructor for the base class
ExtensionBase.__init__(self, *args, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment