Skip to content

Commit

Permalink
examples: drop python 2 compat shim
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 16, 2024
1 parent 1abfa9e commit 4dc574b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/sample-model-viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
from numpy import pi
from pinocchio.visualize import GepettoVisualizer, MeshcatVisualizer, RVizVisualizer

try:
# Python 2
input = raw_input
except NameError:
pass

# GepettoVisualizer: -g
# MeshcatVisualizer: -m
VISUALIZER = None
Expand Down

0 comments on commit 4dc574b

Please sign in to comment.