Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions src/python_qt_binding/binding_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

try:
import __builtin__ as builtins
except ImportError:
# since the 'future' package provides a 'builtins' module in Python 2
# this must not be checked second
import builtins
import builtins
import os
import platform
import sys
Expand Down