From ee8aefbc82c3a0ccb3e831ff5b5c9e5ee80586d7 Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Thu, 30 Dec 2010 10:22:13 +0100
Subject: [PATCH] remove reference of PostImport from docs. Not implemented yet

---
 modules/io/doc/profile.rst | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/modules/io/doc/profile.rst b/modules/io/doc/profile.rst
index c33ce580b..8df9254e5 100644
--- a/modules/io/doc/profile.rst
+++ b/modules/io/doc/profile.rst
@@ -74,13 +74,7 @@ The IOProfile Class
 
 .. class:: IOProfile(quack_mode=False, dialect='PDB', strict_hydrogens=False, fault_tolerant=False)
 
-  Aggregates flags and methods that control the import of molecular structures.
-
-  .. method:: PostImport(ent)
-
-    Called after the import has completed. Useful to perform post processing of
-    the imported entity, e.g. to renumber the residues. The default
-    implementation does nothing.
+  Aggregates flags that control the import of molecular structures.
 
   .. attribute:: quack_mode
 
-- 
GitLab