Skip to content

Commit

Permalink
XML parser rework after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Ferguson committed May 26, 2009
1 parent 71d54e7 commit c729dd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MainUI.py
Expand Up @@ -92,8 +92,6 @@ def col_toggled_cb( self, cell, path, model ):
list = self.plugin_db.fetch_plugin( str( model[path][0] ) ) list = self.plugin_db.fetch_plugin( str( model[path][0] ) )


for row in list: for row in list:
print row

# Load and instantiate the new plugin # Load and instantiate the new plugin
exec "from plugins import " + row[3] exec "from plugins import " + row[3]
exec "item = " + row[3] + "." + row[3] + "()" exec "item = " + row[3] + "." + row[3] + "()"
Expand Down

0 comments on commit c729dd9

Please sign in to comment.