Merge branch release-2018
[alexxy/gromacs.git] / docs / doxygen / gmxtree.py
index 6fe496f0c7ba90b0da0dc0238a55917570949d85..b9f9be7c76181c1311866163b1510fa86762a873 100644 (file)
@@ -766,8 +766,6 @@ class GromacsTree(object):
         relpath = self._get_rel_path(rootpath)
         self._dirs[relpath] = Directory(rootpath, relpath, None)
         for dirpath, dirnames, filenames in os.walk(rootpath):
-            if 'contrib' in dirnames:
-                dirnames.remove('contrib')
             if 'refdata' in dirnames:
                 dirnames.remove('refdata')
             currentdir = self._dirs[self._get_rel_path(dirpath)]