storage module moved outside xray (can be useful for other things too; reflect change on import

This commit is contained in:
Marco Cammarata 2017-01-20 10:43:44 +01:00
parent 5a10ad1a78
commit cb80d22744
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
from . import storage
from .. import storage
from . import utils
from . import mask
from . import peaks
from . import cell
try:
from . import azav
except ImportError: