~aelkner/schooltool/cando_merge_fix

« back to all changes in this revision

Viewing changes to src/schooltool/cando/browser/importer.py

  • Committer: Alan Elkner
  • Date: 2012-11-12 05:59:01 UTC
  • mfrom: (132.1.10 schooltool.cando)
  • Revision ID: aelkner@gmail.com-20121112055901-d8phjpbnulvwu2jv
Created NodeCatalog and SkillSetCatalog
New indexed AggregateNodesTable that mixes nodes with skillsets and skills
Got rid of skill layers from nodes-only table filter

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
                if part not in layers:
235
235
                    self.error(row, 4, ERROR_INVALID_LAYERS)
236
236
                    break
237
 
                document.hierarchy.add(removeSecurityProxy(layers[part]))    
 
237
                document.hierarchy.add(removeSecurityProxy(layers[part]))
238
238
 
239
239
 
240
240
class NodesImporter(ImporterBase):