X-Git-Url: https://git.ao2.it/SaveMySugar/python3-savemysugar.git/blobdiff_plain/4ec1ed78e91a0a9049b6a4a9803b8bb954084dd7..92c5c385c06b04908bb1ea82aeb5fb81316ccaea:/src/measure_call_setup_time.py diff --git a/src/measure_call_setup_time.py b/src/measure_call_setup_time.py index 57bf49a..1a92301 100755 --- a/src/measure_call_setup_time.py +++ b/src/measure_call_setup_time.py @@ -17,9 +17,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import time + from savemysugar.cumulative_average import cumulative_average from savemysugar.Modem import Modem -import time class Ring(object):