Skip to content

Commit

Permalink
fix builtins lib import deprecated in python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomparle committed Mar 29, 2022
1 parent 3a4d69a commit 23470d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/pym/play/cmdloader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from __future__ import print_function
from builtins import str
from builtins import object
import imp
import os
import warnings
Expand Down

0 comments on commit 23470d0

Please sign in to comment.