diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 02:09:59 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 02:09:59 +0200 |
commit | 29f49b3b5e37d48a15b95f8c45f4d860c5f18686 (patch) | |
tree | 55a0b5eedfeec6babf2c90207021066a85746f37 /python | |
parent | 08343d3b9989a34597e437172e6e3b8b8a7ba704 (diff) | |
download | refcat-29f49b3b5e37d48a15b95f8c45f4d860c5f18686.tar.gz refcat-29f49b3b5e37d48a15b95f8c45f4d860c5f18686.zip |
update docs
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/base.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/refcat/base.py b/python/refcat/base.py index d25f993..b36cae5 100644 --- a/python/refcat/base.py +++ b/python/refcat/base.py @@ -1,8 +1,5 @@ """ -Default task -============ - -A default task, that covers file system layout. +Various utilities, copied from https://pypi.org/project/gluish/. """ import datetime |