diff options
author | Stan Seibert <stan@mtrr.org> | 2011-09-16 20:58:13 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-09-16 20:58:13 -0400 |
commit | ba3ef49e9822373733a15e083c41024ffc0cc3cf (patch) | |
tree | 86f7c6bc871bf1b69215219df2592d6a4f154739 /test | |
parent | 16cc43e76429d511f983827e5996f7a68e93eefb (diff) | |
download | chroma-ba3ef49e9822373733a15e083c41024ffc0cc3cf.tar.gz chroma-ba3ef49e9822373733a15e083c41024ffc0cc3cf.tar.bz2 chroma-ba3ef49e9822373733a15e083c41024ffc0cc3cf.zip |
Rename chroma.fileio to chroma.io
Diffstat (limited to 'test')
-rw-r--r-- | test/test_io.py (renamed from test/test_fileio.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_fileio.py b/test/test_io.py index 3869a9f..3553058 100644 --- a/test/test_fileio.py +++ b/test/test_io.py @@ -1,9 +1,9 @@ import unittest -from chroma.fileio import root +from chroma.io import root from chroma import event import numpy as np -class TestFileIO(unittest.TestCase): +class TestRootIO(unittest.TestCase): def test_file_write_and_read(self): ev = event.Event(1, event.Vertex('e-', pos=(0,0,1), dir=(1,0,0), ke=15.0, pol=(0,1,0))) |