From 0033cede6dab34e0f5e4af6f184d55cfb2d6fd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCller?= Date: Tue, 7 Jun 2016 11:15:04 +0200 Subject: [PATCH] Clean up __init__.py --- pygmx/__init__.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pygmx/__init__.py b/pygmx/__init__.py index 4d3e04f..b064c28 100644 --- a/pygmx/__init__.py +++ b/pygmx/__init__.py @@ -1,11 +1,7 @@ """ -Python wrapper for gromacs tools. +Python wrapper for the gromacs library. """ -from . import tpxio -# from . import xtcio -# from . import tngio - from .tpxio import TPXReader from .xtcio import XTCReader # from .enxio import EDRFile