another one

This commit is contained in:
Erik Frojdh
2020-02-13 16:57:12 +01:00
parent 990f32397b
commit 938d90bfb8
20 changed files with 19 additions and 15 deletions

9
python/slsdet/decorators.py Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Function decorators for the sls_detector.
"""
from .errors import DetectorError
import functools