Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Dec 1, 2010
1 parent b625df2 commit 6bcd12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gishelper/management/commands/__init__.py
Expand Up @@ -22,7 +22,7 @@ def handle( self, *args, **options ):
if not os.path.exists( filepath ):
raise CommandError( "File '%s' not exists." % filepath)

self.gishandle( self, model_name, filepath, *args, **options )
self.gishandle( model_name, filepath, *args, **options )

def gishandle( self, model_name, filepath, *args, **options ):
raise NotImplementedError()
Expand Down

0 comments on commit 6bcd12a

Please sign in to comment.