Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
9
Dependencies/Python/Lib/datetime.py
vendored
Normal file
9
Dependencies/Python/Lib/datetime.py
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
try:
|
||||
from _datetime import *
|
||||
from _datetime import __doc__
|
||||
except ImportError:
|
||||
from _pydatetime import *
|
||||
from _pydatetime import __doc__
|
||||
|
||||
__all__ = ("date", "datetime", "time", "timedelta", "timezone", "tzinfo",
|
||||
"MINYEAR", "MAXYEAR", "UTC")
|
Reference in New Issue
Block a user