Skip to content
Snippets Groups Projects
Unverified Commit 83e5aa69 authored by David Hoese's avatar David Hoese
Browse files

Fix init import of old metobs.ceilo package

parent d8efd885
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ __import__('pkg_resources').declare_namespace(__name__) ...@@ -2,7 +2,7 @@ __import__('pkg_resources').declare_namespace(__name__)
__docformat__ = 'Epytext' __docformat__ = 'Epytext'
import os import os
from metobs.ceilo import CONFIG as c from aossceilo import CONFIG as c
instrument_name = 'ceilo' instrument_name = 'ceilo'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment