Commit 053c0ef5 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

traces.db -> my2to3_traces.db

parent dd6516e7
......@@ -3,7 +3,7 @@ from contextlib import contextmanager
from lib2to3.pgen2 import tokenize
from lib2to3.refactor import get_fixers_from_package, RefactoringTool
database = "traces.db"
database = "my2to3_traces.db"
@contextmanager
def connection():
conn = sqlite3.connect(database)
......
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