summaryrefslogtreecommitdiff
path: root/fastimport/processor.py
diff options
context:
space:
mode:
Diffstat (limited to 'fastimport/processor.py')
-rw-r--r--fastimport/processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastimport/processor.py b/fastimport/processor.py
index 74f7183..7811a20 100644
--- a/fastimport/processor.py
+++ b/fastimport/processor.py
@@ -35,7 +35,7 @@ import errors
class ImportProcessor(object):
"""Base class for import processors.
-
+
Subclasses should override the pre_*, post_* and *_handler
methods as appropriate.
"""