Skip to content

Commit 9036506

Browse files
committed
use dot import
1 parent 18d9ea0 commit 9036506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/grass/app/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import subprocess
1818
import sys
1919

20-
import grass.app.resource_paths as res_paths
20+
from . import resource_paths as res_paths
2121

2222
# Get the system name
2323
WINDOWS = sys.platform.startswith("win")

0 commit comments

Comments
 (0)