Skip to content

Commit

Permalink
Added "log" function into main namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed Jan 30, 2019
1 parent 0602321 commit 49e4789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sciunit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from __future__ import print_function
from __future__ import unicode_literals

from .utils import settings
from .utils import settings, log
from .models import Model
from .capabilities import Capability
from .tests import Test, TestM2M
Expand Down

0 comments on commit 49e4789

Please sign in to comment.