diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:43:14 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:43:14 +0200 |
| commit | d09a4fe52cd69fc89a3fa3f80f6f79dd766b8829 (patch) | |
| tree | 9f5b30d92c53a858e8106e473b2409049192e30e | |
| parent | 743c7ee58013ab6095ee545e723fa06704350f14 (diff) | |
test
| -rw-r--r-- | test-mogrify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 98a4e15..2f2203f 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -13,7 +13,7 @@ from scipy.misc import imresize from shutil import copyfile, rmtree import numpy as np import cv2 -import datetime +from datetime import datetime import subprocess from time import sleep |
