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 4ddca7b..2455b4d 100644
--- a/fastimport/processor.py
+++ b/fastimport/processor.py
@@ -149,7 +149,7 @@ class CommitHandler(object):
def process(self):
self.pre_process_files()
- for fc in self.command.file_iter():
+ for fc in self.command.iter_files():
try:
handler = self.__class__.__dict__[fc.name[4:] + "_handler"]
except KeyError: