Skip to content

Commit

Permalink
fix import error xrsimlab.variable
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Jun 12, 2017
1 parent b071c44 commit 37ff5de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
maintainer_email='benbovy@gmail.com',
license='BSD-Clause3',
keywords='python xarray modelling simulation-framework',
packages=['xrsimlab'],
packages=['xrsimlab', 'xrsimlab.variable'],
long_description=(open('README.md').read() if exists('README.md')
else ''),
python_requires='>=3.4',
Expand Down
2 changes: 0 additions & 2 deletions xrsimlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
xarray-simlab.
"""
from __future__ import absolute_import

from .xr_accessor import SimLabAccessor
from .variable.base import (Variable, ForeignVariable, VariableList,
VariableGroup, diagnostic, ValidationError)
Expand Down
2 changes: 0 additions & 2 deletions xrsimlab/process.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import absolute_import

import sys
import inspect
import copy
Expand Down

0 comments on commit 37ff5de

Please sign in to comment.