Use user's polar dir

This commit is contained in:
Dima Gerasimov 2019-10-11 22:10:12 +01:00
parent 9a3c290dbe
commit a0b9d2dc05
4 changed files with 26 additions and 7 deletions

View file

@ -8,6 +8,7 @@ import my_configuration.repos.rexport.model as rexport
class CPath(PosixPath):
def open(self, *args, **kwargs):
# TODO FIXME use something else instead?
from kython import kompress
return kompress.open(str(self))