X7ROOT File Manager
Current Path:
/lib/python3.6/site-packages/dateutil
lib
/
python3.6
/
site-packages
/
dateutil
/
ðŸ“
..
📄
__init__.py
(69 B)
ðŸ“
__pycache__
📄
_common.py
(768 B)
📄
_version.py
(219 B)
📄
easter.py
(2.57 KB)
📄
parser.py
(49.75 KB)
📄
relativedelta.py
(22.6 KB)
📄
rrule.py
(60.39 KB)
ðŸ“
tz
📄
tzwin.py
(59 B)
ðŸ“
zoneinfo
Editing: _version.py
""" Contains information about the dateutil version. """ VERSION_MAJOR = 2 VERSION_MINOR = 6 VERSION_PATCH = 1 VERSION_TUPLE = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH) VERSION = '.'.join(map(str, VERSION_TUPLE))
Upload File
Create Folder