File tree 2 files changed +4
-24
lines changed
2 files changed +4
-24
lines changed Original file line number Diff line number Diff line change 8
8
.. _peewee: https://github.com/coleifer/peewee
9
9
.. _asyncio: https://docs.python.org/3/library/asyncio.html
10
10
11
- Copyright 2014 Alexey Kinev, 05Bit http://05bit.com
11
+ Licensed under The MIT License (MIT)
12
12
13
- Licensed under the Apache License, Version 2.0 (the "License");
14
- you may not use this file except in compliance with the License.
15
- You may obtain a copy of the License at
16
-
17
- http://www.apache.org/licenses/LICENSE-2.0
18
-
19
- Unless required by applicable law or agreed to in writing, software
20
- distributed under the License is distributed on an "AS IS" BASIS,
21
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
- See the License for the specific language governing permissions and
23
- limitations under the License.
13
+ Copyright (c) 2014, Alexey Kinev <[email protected] >
24
14
25
15
"""
26
16
import asyncio
Original file line number Diff line number Diff line change 8
8
.. _peewee: https://github.com/coleifer/peewee
9
9
.. _asyncio: https://docs.python.org/3/library/asyncio.html
10
10
11
- Copyright 2014 Alexey Kinev, 05Bit http://05bit.com
11
+ Licensed under The MIT License (MIT)
12
12
13
- Licensed under the Apache License, Version 2.0 (the "License");
14
- you may not use this file except in compliance with the License.
15
- You may obtain a copy of the License at
16
-
17
- http://www.apache.org/licenses/LICENSE-2.0
18
-
19
- Unless required by applicable law or agreed to in writing, software
20
- distributed under the License is distributed on an "AS IS" BASIS,
21
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
- See the License for the specific language governing permissions and
23
- limitations under the License.
13
+ Copyright (c) 2014, Alexey Kinev <[email protected] >
24
14
25
15
"""
26
16
from peewee_async import AsyncPostgresqlMixin , PooledAsyncConnection
You can’t perform that action at this time.
0 commit comments