Skip to content
Snippets Groups Projects

Bring old imports back for more compatibility

Merged Amir MOHAMMADI requested to merge compatibility into master
6 files
+ 6
15
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -9,7 +9,7 @@
import os
from bob.io.base import load, save
from .test_utils import temporary_filename
from ..test_utils import temporary_filename
import numpy as np
Loading