X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/3258ff2c4690f84d827b466d03e47042750774df..9f936f16fa5cec8d983cd2ed4006f6806a67e234:/pinch.py diff --git a/pinch.py b/pinch.py index f4fd0b5..8fe7df1 100644 --- a/pinch.py +++ b/pinch.py @@ -34,7 +34,7 @@ from typing import ( # Use xdg module when it's less painful to have as a dependency -class XDG(types.SimpleNamespace): +class XDG(NamedTuple): XDG_CACHE_HOME: str