3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-06 12:30:00 +02:00

Update triqs python module name

This commit is contained in:
Dylan Simon 2020-05-27 20:16:37 -04:00
parent 06c3c821d3
commit 852066938a

View File

@ -3,8 +3,8 @@
import unittest
from app4triqs import Toto, chain
from pytriqs.archive import *
from pytriqs.utility import mpi
from triqs.archive import *
from triqs.utility import mpi
class test_toto(unittest.TestCase):