Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Fixing import to pass Travis-CI tests.
  • Loading branch information
szorowi1 authored Sep 4, 2018
1 parent 68de7fe commit 5eb12f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nivlink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__version__ = '0.1'

from .epoching import epoching_fht
from .fht import epoching_fht
from .preprocessing import (align_to_aoi, compute_fixations)
from .screen import (ScreenInfo)
from .screen import (ScreenInfo)

0 comments on commit 5eb12f4

Please sign in to comment.