Use user's polar dir
This commit is contained in:
parent
9a3c290dbe
commit
a0b9d2dc05
4 changed files with 26 additions and 7 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue