Changes between Initial Version and Version 1 of Ticket #41761, comment 3


Ignore:
Timestamp:
Oct 15, 2014, 4:49:46 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41761, comment 3

    initial v1  
     1{{{
    12from graph_tool.all import *
    23from random import *
     
    56def create_network():
    67  g = smallthings.triumph_strength(50, 2, 0.0)
     8}}}
    79
    8 I think the first line already produces a crash: from graph_tool.all import *
     10I think the first line already produces a crash: `from graph_tool.all import *`
    911