Skip to content

Commit

Permalink
Add self.file_history on init
Browse files Browse the repository at this point in the history
  • Loading branch information
valdergallo committed Jan 20, 2015
1 parent 538206d commit 9ae4235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_importer/importers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def __new__(cls, **kargs):
return super(BaseImporter, cls).__new__(cls)

def __init__(self, source=None, *args, **kwargs):
self.file_history = None
self._fields = []
self._error = []
self._cleaned_data = ()
Expand Down

0 comments on commit 9ae4235

Please sign in to comment.