From 7a97b9c7a779aa7739e743770559ca7146ba6df3 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Tue, 9 Apr 2024 01:54:49 +0300 Subject: use namespace package in imports --- src/sliceitoff/hiscores/hiscores.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sliceitoff/hiscores/hiscores.py') diff --git a/src/sliceitoff/hiscores/hiscores.py b/src/sliceitoff/hiscores/hiscores.py index 4b71c1a..372db31 100644 --- a/src/sliceitoff/hiscores/hiscores.py +++ b/src/sliceitoff/hiscores/hiscores.py @@ -11,7 +11,7 @@ class HiScores: self.table=[] if os.name == 'nt': self.config_filename = os.path.join(Path.home(), "sliceitoff.cfg") - else: + else: self.config_filename = os.path.join( Path.home(), ".config", -- cgit v1.2.3