Skip to content

Commit

Permalink
FIX: imports for parser
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Jun 13, 2020
1 parent fc0e8ce commit 0fc42e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymialsrtk/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
""" MIALSRTK BIDS App Commandline Parser
"""

from info import __version__
from info import __release_date__
from pymialsrtk.info import __version__
from pymialsrtk.info import __release_date__

def get_parser():
import argparse
Expand Down

0 comments on commit 0fc42e8

Please sign in to comment.