44770ed8c0
blazarnova (was) an alias package to climatenova, swapping the two so that climatenova is now the alias package Change-Id: I25b5d194cdf125c2cc5d4e8c43ceb79e5a80908b
6 lines
135 B
Python
6 lines
135 B
Python
import os
|
|
|
|
__path__ = [
|
|
os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
|
|
'blazarnova')]
|