~wmmapper/wmmapper/wmmapper

« back to all changes in this revision

Viewing changes to wmmapper/model/mapping.py

  • Committer: Alexander Bethke
  • Date: 2010-06-30 21:29:19 UTC
  • Revision ID: oolongbrothers@gmx.net-20100630212919-2r26xf9oyrben447
Created the ProfileCollectionTest unit test in the new wmmapper-test source folder.
Initial skelettal structure for ProfileCollection class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    
6
6
    def __init__(self,pathObj,name):
7
7
        self.__map = ""
8
 
        self.__currentProfilName = name
 
8
        self.__name = name
9
9
        self.__pathObj = pathObj
10
10
 
11
11
    def get_name(self):
12
 
        return self.__currentProfilName
 
12
        return self.__name
13
13
 
14
14
    def read_cwiid_map(self,path):
15
15
        # wenn wir mit uuid arbeiten , muss die hier nur noch angegebn werden