Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/abinit/abipy into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Aug 29, 2023
2 parents cad9694 + b93ece7 commit 830830d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions abipy/flowtk/abitimer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# flake8: noqa
#from pymatgen.io.abinit.abitimer import AbinitTimerParserError, AbinitTimerParser, AbinitTimerSection
from pymatgen.io.abinit.abitimer import AbinitTimerParseError, AbinitTimerParser, AbinitTimerSection
from pymatgen.core import __version__ as pmg_version
from pymatgen.io.abinit.abitimer import AbinitTimerParser, AbinitTimerSection


if pmg_version < '2023.7.10':
from pymatgen.io.abinit.abitimer import AbinitTimerParserError as AbinitTimerParseError
else:
from pymatgen.io.abinit.abitimer import AbinitTimerParseError

0 comments on commit 830830d

Please sign in to comment.