Skip to content
Snippets Groups Projects
  1. Mar 10, 2010
  2. Mar 09, 2010
  3. Mar 06, 2010
  4. Mar 05, 2010
  5. Mar 03, 2010
  6. Mar 02, 2010
  7. Feb 28, 2010
    • Bob Lantz's avatar
      Minor cleanup of mn/net and fixes for CLI. · 2235f216
      Bob Lantz authored
      All commands should work now.
      2235f216
    • Bob Lantz's avatar
      Changed custom feature so that params aren't added to globals. · c3a44400
      Bob Lantz authored
      There is probably a better way of doing this, but currently
      parseCustomFile can modify globals (e.g. TOPOS) as well as
      instance variables (self.validate) and classes (e.g. MyTopo),
      which are also in the global name space.
      
      Inconveniently enough, lambdas don't seem to be full closures
      in Python; if they were, this trickiness would be unnecessary.
      
      Even so, using execfile() seems like it might be a bit dubious...
      c3a44400
Loading