Skip to content

Commit

Permalink
edit import
Browse files Browse the repository at this point in the history
  • Loading branch information
muyr committed Sep 20, 2018
1 parent 7d01034 commit de0eb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_dayuPath.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from unittest import TestCase

from src.base import DayuPath
from dayu_path import DayuPath


class TestDayuPath(TestCase):
Expand Down
2 changes: 1 addition & 1 deletion test/test_dayuPathPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from unittest import TestCase

from src.plugin import DayuPathPlugin, DayuPath
from dayu_path.plugin import DayuPathPlugin, DayuPath


class TestDayuPathPlugin(TestCase):
Expand Down

0 comments on commit de0eb03

Please sign in to comment.