Skip to content

Commit 94bfeb9

Browse files
committed
Use relative import
1 parent c7e7ee6 commit 94bfeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yin_yang/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from psutil import process_iter, NoSuchProcess
1111
from suntime import Sun, SunTimeException
1212

13-
from position import get_current_location
13+
from .position import get_current_location
1414
from .meta import Modes, Desktop, PluginKey, ConfigEvent
1515
from .plugins import get_plugins
1616

0 commit comments

Comments
 (0)