Changeset 3939

Show
Ignore:
Timestamp:
05/25/07 15:11:10 (6 years ago)
Author:
DrewCormier
Message:

removed hard-coded properties configuration that I will not be using

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/image_capture/trunk/image_capture/image_capture.py

    r3936 r3939  
    7474        print "image_capture configure called" 
    7575        buffer_size = 0 
    76         for property in props: 
    77             if property not in self.propertySet: 
    78                 self.propertySet.append(property) 
    79             if property.id == "DCE:7414d7aa-b7b5-11db-80fe-000d56d8758b": #TODO: replace this with a generated UUID 
    80                 buffer_size = int(property.value.value()) 
    8176         
    8277        self.work_mod = WorkModule.WorkClass(self, buffer_size)