Skip to content

Commit

Permalink
removed db12 to DB12
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 20, 2023
1 parent 7563655 commit 0a27f24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/db12/__main__.py → src/DB12/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
import json
from pkg_resources import get_distribution, DistributionNotFound

from db12 import single_dirac_benchmark
from db12 import multiple_dirac_benchmark
from db12 import wholenode_dirac_benchmark
from DB12 import single_dirac_benchmark
from DB12 import multiple_dirac_benchmark
from DB12 import wholenode_dirac_benchmark

try:
VERSION = get_distribution("db12").version
VERSION = get_distribution("DB12").version
except DistributionNotFound:
pass

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0a27f24

Please sign in to comment.