Skip to content

Commit 046979b

Browse files
author
Guillaume Fraux
committed
Mirror the modules organisation of lumol
1 parent 3d1f34c commit 046979b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ mod macros;
1313
mod error;
1414
mod traits;
1515

16-
mod systems;
16+
mod sys;
1717

1818
py_module_initializer!(lumol, initlumol, PyInit_lumol, |py, m| {
1919
try!(m.add(py, "__doc__", "Modern and extensible molecular simulation engine"));
20-
try!(systems::register(py, m));
20+
try!(sys::register(py, m));
2121
Ok(())
2222
});
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)