diff options
| author | andreas128 <Andreas> | 2017-09-27 12:49:04 +0200 |
|---|---|---|
| committer | andreas128 <Andreas> | 2017-09-27 12:49:04 +0200 |
| commit | 02a0b7419fc5b7aaf18fb9be4ed0888defa77e2d (patch) | |
| tree | c49c05edc82af242de4b07ad97a9d3307457f072 /dpd/src/MER.py | |
| parent | 38e4b3a35d4265844641d4527d8952080c0d0d79 (diff) | |
| download | dabmod-02a0b7419fc5b7aaf18fb9be4ed0888defa77e2d.tar.gz dabmod-02a0b7419fc5b7aaf18fb9be4ed0888defa77e2d.tar.bz2 dabmod-02a0b7419fc5b7aaf18fb9be4ed0888defa77e2d.zip | |
Move consts to Const.py; Cleanup
Diffstat (limited to 'dpd/src/MER.py')
| -rw-r--r-- | dpd/src/MER.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/MER.py b/dpd/src/MER.py index 393e55c..69c94f9 100644 --- a/dpd/src/MER.py +++ b/dpd/src/MER.py @@ -13,7 +13,7 @@ try: except: logging_path = "/tmp/" -import src.const +import src.Const import numpy as np import matplotlib matplotlib.use('agg') |
