Browse Source

Added new propertyanimation imports

pull/99/head
Eugenio Parodi 3 years ago
parent
commit
afa299aa41
  1. 2
      tools/check.import.sh

2
tools/check.import.sh

@ -37,6 +37,8 @@ __check(){
-e "uiloader.py:import json" \
-e "uiproperties.py:from .properties import *" \
-e "util.py:import zlib, pickle, base64" \
-e "propertyanimation.py:from inspect import getfullargspec" \
-e "propertyanimation.py:from types import LambdaType" \
-e "propertyanimation.py:import time, math"
} ;

Loading…
Cancel
Save