Browse Source

Keeping future print for python3 conversion

pull/1/head
hello-binit 4 years ago
parent
commit
14c95e42aa
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      stretch_core/nodes/keyboard_teleop
  2. +1
    -0
      stretch_core/nodes/stretch_driver

+ 1
- 0
stretch_core/nodes/keyboard_teleop View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
from __future__ import print_function
import math
import keyboard as kb

+ 1
- 0
stretch_core/nodes/stretch_driver View File

@ -1,4 +1,5 @@
#! /usr/bin/env python
from __future__ import print_function
import yaml
import numpy as np

Loading…
Cancel
Save