~wmmapper/wmmapper/wmmapper

« back to all changes in this revision

Viewing changes to wmmapper/model/profile.py

  • Committer: Alexander Bethke
  • Date: 2010-06-30 20:35:08 UTC
  • Revision ID: oolongbrothers@gmx.net-20100630203508-jodae1fhut3tlpo3
Fixed typo in typo fix ;)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
 
35
35
    def get_map(self,number= None):
36
 
        
 
36
       
37
37
        if number is None:
38
38
            number = self.__currentMap
39
39
            self.__currentMap += 1
54
54
        elif number == 4:
55
55
                return self.__mapObjekt4
56
56
        else:
57
 
             print "what the hell you have done!!, This ist not possible"
 
57
            print "what the hell you have done!!, This ist not possible"
58
58
 
59
59
           
60
60
    def create_map_object(self,Dir):