From 0767026921f740592dc55325a23215307e111a0b Mon Sep 17 00:00:00 2001 From: Petter Johansson Date: Tue, 9 Dec 2014 14:13:27 +0100 Subject: [PATCH] Add module docstring --- pygromacs/gmxfiles.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygromacs/gmxfiles.py b/pygromacs/gmxfiles.py index a3a3ff2..d402d6c 100644 --- a/pygromacs/gmxfiles.py +++ b/pygromacs/gmxfiles.py @@ -2,9 +2,10 @@ import os from contextlib import redirect_stdout - from pygromacs.utils import verify_path +"""Interfaces for reading and modifying Gromacs standard files.""" + class Topol(object): def __init__(self, **kwargs):