File tree 9 files changed +10
-9
lines changed
9 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2022 Amethyst Reese
1
+ # Copyright Amethyst Reese
2
2
# Licensed under the MIT license
3
3
4
4
"""asyncio bridge to the standard sqlite3 module"""
Original file line number Diff line number Diff line change 1
- # Copyright 2018
1
+ # Copyright Amethyst Reese
2
2
# Licensed under the MIT license
3
3
4
4
Original file line number Diff line number Diff line change 1
- # Copyright 2022 Amethyst Reese
1
+ # Copyright Amethyst Reese
2
2
# Licensed under the MIT license
3
3
4
4
"""
Original file line number Diff line number Diff line change 1
- # Copyright 2022 Amethyst Reese
1
+ # Copyright Amethyst Reese
2
2
# Licensed under the MIT license
3
3
4
4
import sqlite3
Original file line number Diff line number Diff line change 1
- # Copyright 2022 Amethyst Reese
1
+ # Copyright Amethyst Reese
2
2
# Licensed under the MIT license
3
3
4
4
from .smoke import SmokeTest
Original file line number Diff line number Diff line change 1
- # Copyright 2022 Amethyst Reese
1
+ # Copyright Amethyst Reese
2
2
# Licensed under the MIT license
3
3
4
4
import unittest
Original file line number Diff line number Diff line change 1
- # Copyright 2022 Amethyst Reese
1
+ # Copyright Amethyst Reese
2
2
# Licensed under the MIT license
3
3
4
4
import logging
Original file line number Diff line number Diff line change 1
- # Copyright 2022 Amethyst Reese
1
+ # Copyright Amethyst Reese
2
2
# Licensed under the MIT license
3
3
4
4
"""
Original file line number Diff line number Diff line change 1
- # Copyright 2022 Amethyst Reese
1
+ # Copyright Amethyst Reese
2
2
# Licensed under the MIT license
3
+
3
4
import asyncio
4
5
import sqlite3
5
6
from pathlib import Path
You can’t perform that action at this time.
0 commit comments