Commit 19c9f538 authored by Zaur Shibzukhov's avatar Zaur Shibzukhov

Change test to initialize by `import_datetime`

parent 7596ff42
# coding: utf-8
#import datetime
from cpython.datetime cimport import_datetime
from cpython.datetime cimport date, time, datetime, timedelta, PyDateTime_IMPORT
PyDateTime_IMPORT
import_datetime()
def test_date(int year, int month, int day):
'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment