~nico-inattendu/luciole/bug_626847

« back to all changes in this revision

Viewing changes to luciole/project/export/export_tool_base.py

  • Committer: nico at inattendu
  • Date: 2010-09-07 06:27:09 UTC
  • Revision ID: nico@inattendu.org-20100907062709-p6uzp6ayxm1pkx0l
bp:coding-standards pylinchet on luciole/project/project.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
                #Raise Error
85
85
                excep_message = "%s is ot a file",lcl_project
86
86
                raise LEXCEP.LucioException,excep_message            
87
 
        elif (type(lcl_project) == LP.project_dico) :
 
87
        elif (type(lcl_project) == LP.ProjectDico ) :
88
88
            # input is a dictionary
89
89
            self.__load_lcl_dict()
90
90
        else :